Signing, Installer, New Workflows
This commit is contained in:
@@ -38,6 +38,9 @@ Future<void> main() async {
|
||||
windowManager.waitUntilReadyToShow(windowOptions, () async {
|
||||
await windowManager.show();
|
||||
await windowManager.focus();
|
||||
|
||||
// Initialize window service after window is ready
|
||||
// Context will be set later from the home screen
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user