mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
prek format
This commit is contained in:
@@ -160,7 +160,7 @@ Item {
|
|||||||
sortedToplevels.forEach((toplevel, index) => {
|
sortedToplevels.forEach((toplevel, index) => {
|
||||||
const rawAppId = toplevel.appId || "unknown";
|
const rawAppId = toplevel.appId || "unknown";
|
||||||
let appId = Paths.moddedAppId(rawAppId);
|
let appId = Paths.moddedAppId(rawAppId);
|
||||||
|
|
||||||
let coreAppData = null;
|
let coreAppData = null;
|
||||||
if (rawAppId === "org.quickshell") {
|
if (rawAppId === "org.quickshell") {
|
||||||
coreAppData = getCoreAppDataByTitle(toplevel.title);
|
coreAppData = getCoreAppDataByTitle(toplevel.title);
|
||||||
|
|||||||
Reference in New Issue
Block a user