mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change default user role to developer
This commit is contained in:
parent
8c2f4876c9
commit
d9560df784
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class SettingsModule(PypeModule, ITrayModule):
|
|||
|
||||
# User role
|
||||
# TODO should be changeable
|
||||
self.user_role = "manager"
|
||||
self.user_role = "developer"
|
||||
|
||||
# Tray attributes
|
||||
self.settings_window = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue