mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix value override
This commit is contained in:
parent
f491cff71b
commit
abac313755
1 changed files with 1 additions and 2 deletions
|
|
@ -146,8 +146,7 @@ class PasswordDialog(QtWidgets.QDialog):
|
|||
if "general" not in local_settings:
|
||||
local_settings["general"] = {}
|
||||
|
||||
if "is_admin" not in local_settings["general"]:
|
||||
local_settings["general"]["is_admin"] = True
|
||||
local_settings["general"]["is_admin"] = True
|
||||
|
||||
save_local_settings(local_settings)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue