Change the default pgAdmin theme to System. #9093
parent
68627ab44e
commit
15c212a2df
|
|
@ -20,10 +20,12 @@ Bundled PostgreSQL Utilities
|
|||
New features
|
||||
************
|
||||
|
||||
| `Issue #9093 <https://github.com/pgadmin-org/pgadmin4/issues/9093>`_ - Change the default pgAdmin theme to System.
|
||||
|
||||
Housekeeping
|
||||
************
|
||||
|
||||
| `Issue #7448 <https://github.com/pgadmin-org/pgadmin4/issues/7448>`_ - Remove usage of BrowserFS as it is deprecated.
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ class MiscModule(PgAdminModule):
|
|||
|
||||
self.preference.register(
|
||||
'user_interface', 'theme',
|
||||
gettext("Theme"), 'options', 'light',
|
||||
gettext("Theme"), 'options', 'system',
|
||||
category_label=PREF_LABEL_USER_INTERFACE,
|
||||
options=theme_options,
|
||||
control_props={
|
||||
|
|
|
|||
Loading…
Reference in New Issue