mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the bin path preferences.
This commit is contained in:
parent
757500c478
commit
633d2ad28c
@ -45,9 +45,6 @@ class ServerType(object):
|
||||
|
||||
@classmethod
|
||||
def register_preferences(cls):
|
||||
# Introduce inner function as we need to register the preferences after
|
||||
# we get the user language and its translation.
|
||||
def register_paths():
|
||||
paths = Preferences('paths', _('Paths'))
|
||||
|
||||
for key in cls.registry:
|
||||
@ -65,7 +62,6 @@ class ServerType(object):
|
||||
)
|
||||
)
|
||||
)
|
||||
return register_paths
|
||||
|
||||
@property
|
||||
def priority(self):
|
||||
|
Loading…
Reference in New Issue
Block a user