mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 23:11:29 +03:00
license.rs -> custom_server.rs to remove misunderstanding
This commit is contained in:
@@ -341,7 +341,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
||||
} else {
|
||||
format!("{}.exe", args[1])
|
||||
};
|
||||
if let Ok(lic) = crate::license::get_license_from_string(&name) {
|
||||
if let Ok(lic) = crate::custom_server::get_custom_server_from_string(&name) {
|
||||
if !lic.host.is_empty() {
|
||||
crate::ui_interface::set_option("key".into(), lic.key);
|
||||
crate::ui_interface::set_option(
|
||||
|
||||
Reference in New Issue
Block a user