This commit is contained in:
2023-11-06 23:38:55 +08:00
parent f8ceb1713b
commit d035f309c2
2 changed files with 2 additions and 2 deletions

View File

@ -94,12 +94,12 @@ class AppConf {
);
await windowManager.show();
await Window.initialize();
await Window.hideWindowControls();
if (windowsDeviceInfo.productName.contains("Windows 11")) {
await Window.setEffect(
effect: WindowEffect.acrylic,
);
}
await Window.hideWindowControls();
});
await _checkUpdate();
AnalyticsApi.touch("launch");