Both setAppBadge and autoStart at system boot now use dbus calls. This means that autoStart will work in Flatpak
4 lines
202 B
TypeScript
4 lines
202 B
TypeScript
export function getAccentColor(): number | null;
|
|
export function requestBackground(autoStart: boolean, commandLine: string[]): boolean;
|
|
export function updateUnityLauncherCount(count: number): boolean;
|