commit b4be8deb46af270e41c311839c3fb21580156929 Author: Mollusk Date: Mon May 25 15:20:10 2026 -0400 untracked files on feat/gemini-branch-ux-polish: e8f86b0 feat(gui): focus the viewer code field when the View screen opens diff --git a/scratch.rs b/scratch.rs new file mode 100644 index 0000000..06d6902 --- /dev/null +++ b/scratch.rs @@ -0,0 +1,6 @@ +use tray_icon::{TrayIconBuilder, menu::Menu}; +fn main() { + #[cfg(target_os = "linux")] + gtk::init().unwrap(); + let _menu = Menu::new(); +}