mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 08:41:29 +03:00
@@ -181,7 +181,7 @@ class _InstallPageState extends State<InstallPage> with WindowListener {
|
||||
void install() {
|
||||
btnEnabled.value = false;
|
||||
showProgress.value = true;
|
||||
String args = '--flutter';
|
||||
String args = '';
|
||||
if (startmenu.value) args += ' startmenu';
|
||||
if (desktopicon.value) args += ' desktopicon';
|
||||
bind.installInstallMe(options: args, path: controller.text);
|
||||
|
||||
Reference in New Issue
Block a user