mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
⚡ Convert hotkey value to Number
This commit is contained in:
parent
16e649c67f
commit
91956d88a2
@ -209,6 +209,7 @@ export default {
|
|||||||
};
|
};
|
||||||
if (newItem.tags) newItem.tags = strToTags(newItem.tags);
|
if (newItem.tags) newItem.tags = strToTags(newItem.tags);
|
||||||
if (newItem.statusCheck) newItem.statusCheck = strToBool(newItem.statusCheck);
|
if (newItem.statusCheck) newItem.statusCheck = strToBool(newItem.statusCheck);
|
||||||
|
// if (newItem.hotkey) newItem.hotkey = parseInt(newItem.hotkey, 10);
|
||||||
return newItem;
|
return newItem;
|
||||||
},
|
},
|
||||||
/* Clean up work, triggered when modal closed */
|
/* Clean up work, triggered when modal closed */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user