mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[fix][ui][settings] not displaying all available gems
This commit is contained in:
@@ -929,7 +929,7 @@ class WebApplicationManager(SoftwareManager):
|
||||
system_nativefier = form_env.get_component('nativefier').get_selected()
|
||||
|
||||
if system_nativefier and not nativefier.is_available():
|
||||
return False, ['Nativefier seems not to be installed on your system']
|
||||
return False, [self.i18n['web.settings.env.nativefier.system.not_installed'].format('Nativefier')]
|
||||
|
||||
config['environment']['system'] = system_nativefier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user