mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
@@ -181,9 +181,9 @@ class _InstallPageState extends State<InstallPage> with WindowListener {
|
||||
void install() {
|
||||
btnEnabled.value = false;
|
||||
showProgress.value = true;
|
||||
String args = '';
|
||||
if (startmenu.value) args += 'startmenu ';
|
||||
if (desktopicon.value) args += 'desktopicon ';
|
||||
String args = '--flutter';
|
||||
if (startmenu.value) args += ' startmenu';
|
||||
if (desktopicon.value) args += ' desktopicon';
|
||||
bind.installInstallMe(options: args, path: controller.text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user