windows replace uni with cmd to start up main window after installation (#8235)

This is to avoid uni link not working

Other change: The install window now has the title "appname - Install" to distinguish it from the main application window.

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-06-01 20:28:21 +08:00
committed by GitHub
parent ed5487a1fc
commit 18464ec570
3 changed files with 16 additions and 7 deletions

View File

@@ -338,7 +338,6 @@ void runInstallPage() async {
windowManager.focus();
windowManager.setOpacity(1);
windowManager.setAlignment(Alignment.center); // ensure
windowManager.setTitle(getWindowName());
});
}