-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Individual preferences per database #2224
Comments
This can easily be implemented using custom attributes on the root group. The idea is individual database settings would override the global settings (security settings in particular). Obviously not all settings apply to specific databases (recently opened files, for example). |
Instead of custom attributes on the root group we can use database's custom data like in #1497 |
Yah that's what i meant, sorry used the wrong term. |
Related PR: #9406 |
Bump |
I have two databases, one for private and one for work purposes.
I would e.g. like the work database automatically lock itself after X seconds and my private one after Y seconds.
Expected Behavior
I am able to configure database 1 with X seconds for automatic locking and database 2 with Y seconds for automatic locking.
Current Behavior
I am able to configure only automatic locking after X seconds for all databases, i.e. it is a global setting for the whole application behaviour instead of per database setting.
Possible Solution
Preferences per database individually.
The text was updated successfully, but these errors were encountered: