Fix/exe upgrade options (#9001)

* fix: exe upgrade, use previous options

Signed-off-by: fufesou <linlong1266@gmail.com>

* refact: msi, shortcuts options, swap pos

Signed-off-by: fufesou <linlong1266@gmail.com>

---------

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-08-08 22:07:06 +08:00
committed by GitHub
parent 049c334db3
commit f4c40d733e
7 changed files with 94 additions and 13 deletions

View File

@@ -312,6 +312,10 @@ impl UI {
install_path()
}
fn install_options(&self) -> String {
install_options()
}
fn get_socks(&self) -> Value {
Value::from_iter(get_socks())
}
@@ -683,6 +687,7 @@ impl sciter::EventHandler for UI {
fn set_share_rdp(bool);
fn is_installed_lower_version();
fn install_path();
fn install_options();
fn goto_install();
fn is_process_trusted(bool);
fn is_can_screen_recording(bool);