mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
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:
@@ -338,7 +338,6 @@ void runInstallPage() async {
|
||||
windowManager.focus();
|
||||
windowManager.setOpacity(1);
|
||||
windowManager.setAlignment(Alignment.center); // ensure
|
||||
windowManager.setTitle(getWindowName());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user