Skip to content

Commit 15c212a

Browse files
Change the default pgAdmin theme to System. #9093
1 parent 68627ab commit 15c212a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/en_US/release_notes_9_8.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Bundled PostgreSQL Utilities
2020
New features
2121
************
2222

23+
| `Issue #9093 <https://github.com/pgadmin-org/pgadmin4/issues/9093>`_ - Change the default pgAdmin theme to System.
2324
2425
Housekeeping
2526
************
2627

28+
| `Issue #7448 <https://github.com/pgadmin-org/pgadmin4/issues/7448>`_ - Remove usage of BrowserFS as it is deprecated.
2729
2830
Bug fixes
2931
*********

web/pgadmin/misc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def register_preferences(self):
8080

8181
self.preference.register(
8282
'user_interface', 'theme',
83-
gettext("Theme"), 'options', 'light',
83+
gettext("Theme"), 'options', 'system',
8484
category_label=PREF_LABEL_USER_INTERFACE,
8585
options=theme_options,
8686
control_props={

0 commit comments

Comments
 (0)