mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 12:04:16 +02:00
[ui][settings] more general settings and improvements
This commit is contained in:
@@ -909,6 +909,7 @@ class WebApplicationManager(SoftwareManager):
|
||||
options=native_opts,
|
||||
default_option=[o for o in native_opts if o.value == config['environment']['system']][0],
|
||||
type_=SelectViewType.COMBO,
|
||||
tooltip=self.i18n['web.settings.nativefier.tip'],
|
||||
id_='nativefier')
|
||||
|
||||
form_env = FormComponent(label=self.i18n['web.settings.nativefier.env'].capitalize(), components=[input_electron, select_nativefier])
|
||||
|
||||
Reference in New Issue
Block a user