1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 12:52:06 -04:00

window: freeze mask geometry in popout

This commit is contained in:
bbedward
2026-02-02 16:29:59 -05:00
parent eaa6a664c8
commit a97409dfd7
3 changed files with 32 additions and 14 deletions

View File

@@ -50,7 +50,7 @@ Item {
Connections {
target: AppSearchService
function onCacheInvalidated() {
function onCacheVersionChanged() {
_clearModeCache();
}
}