mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #500 from ThatOneCalculator/devex/precommit
devex: precommit hook to run qmlfmt, parallelize `qmlfmt.sh`
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user