Change the default pgAdmin theme to System. #9093

pull/9102/head
Aditya Toshniwal 2025-08-25 12:30:50 +05:30
parent 68627ab44e
commit 15c212a2df
2 changed files with 3 additions and 1 deletions

View File

@ -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
*********

View File

@ -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={