mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-04 10:23:03 -05:00
Ensure preferences can be loaded using preferences.json. #7516
This commit is contained in:
@@ -496,6 +496,8 @@ class ManagePreferences:
|
||||
sqlite_path: Optional[str] = None,
|
||||
):
|
||||
"""Set User preferences."""
|
||||
if not pref_options:
|
||||
pref_options = []
|
||||
|
||||
if input_file:
|
||||
from urllib.parse import unquote
|
||||
|
||||
Reference in New Issue
Block a user