🐛 Fixed java prettier invalidation

This commit is contained in:
2026-03-29 00:25:23 +08:00
parent 1480f5b617
commit 34c8f2a185
39 changed files with 1910 additions and 6139 deletions

View File

@@ -18,6 +18,14 @@ import * as application$0 from "../../application/models.js";
// @ts-ignore: Unused imports
import * as $models from "./models.js";
/**
* GetBadge returns the badge label on the application icon.
*/
export function GetBadge(): Promise<string | null> & { cancel(): void } {
let $resultPromise = $Call.ByID(1150236961) as any;
return $resultPromise;
}
/**
* HideAppIcon hides the app icon in the dock/taskbar.
*/