You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the merge of #175 user preferences are back in Vimari. The behaviour of this configuration could be improved by using a similar process as NSUserDefaults: Instead of the user being in full control of the configuration we only allow the user to override some default set of configuration. This would allow for shorter configuration files but most importantly allow us to implement new features and activate them after updating without the need for the user to manually update their configuration file.
The text was updated successfully, but these errors were encountered:
Given the merge of #175 user preferences are back in Vimari. The behaviour of this configuration could be improved by using a similar process as
NSUserDefaults
: Instead of the user being in full control of the configuration we only allow the user to override some default set of configuration. This would allow for shorter configuration files but most importantly allow us to implement new features and activate them after updating without the need for the user to manually update their configuration file.The text was updated successfully, but these errors were encountered: