💥 ags: fix startup issues (and with that, errors with focusedClient bar widget)

This commit is contained in:
retrozinndev
2025-02-04 21:45:18 -03:00
parent 11f919ab1d
commit 80969071c4
21 changed files with 363 additions and 200 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { getUserDirs } from "./user";
const monitoringPaths = [ "./scripts", "./window", "./app.ts", "env.d.ts" ];
interface InstanceProps {
export interface InstanceProps {
instanceName?: string;
log?: boolean;
}