untracked files on feat/gemini-branch-ux-polish: e8f86b0 feat(gui): focus the viewer code field when the View screen opens
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use tray_icon::{TrayIconBuilder, menu::Menu};
|
||||
fn main() {
|
||||
#[cfg(target_os = "linux")]
|
||||
gtk::init().unwrap();
|
||||
let _menu = Menu::new();
|
||||
}
|
||||
Reference in New Issue
Block a user