mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 23:54:09 -06:00
Fixed theme issue in server mode.
This commit is contained in:
parent
103393fee6
commit
1585e6b424
@ -33,6 +33,7 @@ def themes(app):
|
||||
def get_theme_css():
|
||||
all_themes = get_all_themes()
|
||||
theme_css = all_themes['standard']['cssfile'] + '.css'
|
||||
theme = 'standard'
|
||||
try:
|
||||
misc_preference = Preferences.module('misc')
|
||||
theme = misc_preference.preference('theme').get()
|
||||
|
Loading…
Reference in New Issue
Block a user