mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Centralized settings management
This commit is contained in:
parent
18df3f97fe
commit
2193313980
24 changed files with 917 additions and 912 deletions
|
@ -12,6 +12,8 @@
|
|||
window.scope.callingStack = {};
|
||||
scope = window.scope.callingStack;
|
||||
}
|
||||
|
||||
const settings = require("./settings");
|
||||
|
||||
// Translation
|
||||
var _ = function(name, replace, translateAPI){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue