File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -801,7 +801,6 @@ pub fn run() {
801801 let app_handle_for_click = app_handle. clone ( ) ;
802802
803803 let _tray = TrayIconBuilder :: with_id ( "main" )
804- . icon ( app. default_window_icon ( ) . unwrap ( ) . clone ( ) )
805804 . menu ( & menu)
806805 . show_menu_on_left_click ( false )
807806 . on_menu_event ( move |_tray, event| match event. id . as_ref ( ) {
Original file line number Diff line number Diff line change 2121 ],
2222 "security" : {
2323 "csp" : null
24- },
25- "trayIcon" : {
26- "iconPath" : " icons/32x32.png" ,
27- "iconAsTemplate" : true
2824 }
2925 },
3026 "bundle" : {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class ThemeLoader {
3939 // that gets updated by the build process or manually maintained
4040
4141 // This could be enhanced to use a build-time script that generates this list
42- const knownThemes = [
42+ const knownThemes = [
4343 'espresso.css' ,
4444 'matrix.css' ,
4545 'pommodore64.css'
You can’t perform that action at this time.
0 commit comments