mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 04:01:01 +00:00
make key config a global property not to be managed project wise
This commit is contained in:
parent
c43d33247d
commit
e13b221ff7
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@
|
|||
function Projects(LS_DEFAULTS, $localStorage, Uid, $window, SimpleToast, $injector) {
|
||||
const GLOBAL_LS_FIELDS = [
|
||||
'currentProject',
|
||||
'projects'
|
||||
'projects',
|
||||
'keys'
|
||||
];
|
||||
|
||||
const TMP_FIELDS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue