Skip to content

Update Windows-toggle-float#510

Merged
jmmaranan merged 1 commit into
forge-ext:mainfrom
GFiamoncini:fix/fedora_window_toggle_float
Mar 24, 2026
Merged

Update Windows-toggle-float#510
jmmaranan merged 1 commit into
forge-ext:mainfrom
GFiamoncini:fix/fedora_window_toggle_float

Conversation

@GFiamoncini
Copy link
Copy Markdown
Contributor

After PR #484, the window-toggle-float and window-toggle-always-float shortcuts stopped working. The root cause was that addFloatOverride and removeFloatOverride save overrides via configMgr (disk), but isFloatingExempt reads from this.windowProps (in-memory cache) which was never refreshed after the save.

Fixes #492, #495"

After PR forge-ext#484, the window-toggle-float and window-toggle-always-float
shortcuts stopped working. The root cause was that addFloatOverride and
removeFloatOverride save overrides via configMgr (disk), but
isFloatingExempt reads from this.windowProps (in-memory cache) which
was never refreshed after the save.

Fixes forge-ext#492, forge-ext#495"
@jmmaranan jmmaranan merged commit 8716a05 into forge-ext:main Mar 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot toggle window floating

2 participants