config/loader.ts: remove useless configChanged signal connection
This commit is contained in:
@@ -3,8 +3,5 @@ function loadConfig() {
|
||||
for (const entry of configDef) {
|
||||
config[entry.name] = KWin.readConfig(entry.name, entry.default);
|
||||
}
|
||||
options.configChanged.connect(() => {
|
||||
console.log("config changed"); // TODO
|
||||
});
|
||||
return config;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user