Merge pull request #500 from ThatOneCalculator/devex/precommit

devex: precommit hook to run qmlfmt, parallelize `qmlfmt.sh`
This commit is contained in:
Lemmy
2025-10-16 16:34:24 -04:00
committed by GitHub
3 changed files with 10 additions and 2 deletions
+3 -1
View File
@@ -274,8 +274,9 @@ Item {
try {
appId = toplevel.wayland.appId
if (appId)
return appId
return appId
} catch (e) {
}
// Try direct properties
@@ -298,6 +299,7 @@ Item {
return String(ipcData.class || ipcData.initialClass || ipcData.appId || ipcData.wm_class || "")
}
} catch (e) {
}
return ""