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:
2026-05-25 15:20:10 -04:00
commit b4be8deb46
+6
View File
@@ -0,0 +1,6 @@
use tray_icon::{TrayIconBuilder, menu::Menu};
fn main() {
#[cfg(target_os = "linux")]
gtk::init().unwrap();
let _menu = Menu::new();
}