mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:37:59 +01:00
Fix storage bins.
This commit is contained in:
@@ -26,8 +26,8 @@ function CommandLine() //{{{
|
||||
|
||||
const callbacks = {};
|
||||
|
||||
storage.newArray("history-search", true, { privateData: true });
|
||||
storage.newArray("history-command", true, { privateData: true });
|
||||
storage.newArray("history-search", { store: true, privateData: true });
|
||||
storage.newArray("history-command", { store: true, privateData: true });
|
||||
|
||||
// Really inideal.
|
||||
let services = modules.services; // Storage objects are global to all windows, 'modules' isn't.
|
||||
|
||||
Reference in New Issue
Block a user