A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add zoom menu item

+1
+1
src-tauri/src/main.rs
··· 80 80 81 81 let window_menu = Menu::new() 82 82 .add_native_item(MenuItem::Minimize) 83 + .add_native_item(MenuItem::Zoom) 83 84 .add_native_item(MenuItem::Separator) 84 85 .add_native_item(MenuItem::ShowAll); 85 86