File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- - Added dynamic icon switching based on Flow Launcher theme
1+ - Fixed auto invocation on change of theme
Original file line number Diff line number Diff line change 44 "Name" : " Speed Test" ,
55 "Description" : " Test your internet connection speed" ,
66 "Author" : " swopnil7" ,
7- "Version" : " 1.1.0 " ,
7+ "Version" : " 1.1.1 " ,
88 "Language" : " csharp" ,
99 "Website" : " https://github.com/swopnil7/Flow.Launcher.Plugin.SpeedTest" ,
1010 "IcoPath" : " icon-dark.png" ,
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ public Task InitAsync(PluginInitContext context)
4848 _isDarkTheme = _context . API . IsApplicationDarkTheme ( ) ;
4949 else
5050 disp . Invoke ( ( ) => _isDarkTheme = _context . API . IsApplicationDarkTheme ( ) ) ;
51-
52- _context ? . API . ChangeQuery ( _context . CurrentPluginMetadata . ActionKeyword , true ) ;
5351 }
5452 } ;
5553
You can’t perform that action at this time.
0 commit comments