Skip to content

Commit f4894c8

Browse files
mmstickjackpot51
authored andcommitted
fix: Constant in config.ts was renamed
1 parent 42ff8d4 commit f4894c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/floating_exceptions/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ imports.searchPath.push(SCRIPT_DIR)
1212

1313
import * as config from 'config';
1414

15-
const { DEFAULT_RULES, Config } = imports.config;
15+
const { DEFAULT_FLOAT_RULES, Config } = imports.config;
1616

1717
const WM_CLASS_ID = "pop-shell-exceptions"
1818

@@ -241,7 +241,7 @@ class App {
241241

242242
this.config.reload();
243243

244-
for (const value of DEFAULT_RULES.values()) {
244+
for (const value of DEFAULT_FLOAT_RULES.values()) {
245245
let wmtitle = value.title ?? undefined;
246246
let wmclass = value.class ?? undefined;
247247

0 commit comments

Comments
 (0)