mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Optimize appbar for macos
This commit is contained in:
@@ -71,7 +71,7 @@ pub fn start(args: &mut [String]) {
|
||||
allow_err!(sciter::set_options(sciter::RuntimeOptions::UxTheming(true)));
|
||||
frame.set_title(APP_NAME);
|
||||
#[cfg(target_os = "macos")]
|
||||
macos::make_menubar();
|
||||
macos::make_menubar(frame.get_host());
|
||||
let page;
|
||||
if args.len() > 1 && args[0] == "--play" {
|
||||
args[0] = "--connect".to_owned();
|
||||
|
||||
Reference in New Issue
Block a user