File tree Expand file tree Collapse file tree 8 files changed +4
-20
lines changed
Expand file tree Collapse file tree 8 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 1- v0.0.8
1+ v0.0.9
22
3- - Fix bug with `flogin._types` being missing causing a fatal error on startup
3+ - fix plugin not interacting with flow 1.20 properly
Original file line number Diff line number Diff line change 1- import sys
2- from pathlib import Path
3-
4- root = Path (__file__ ).parent
5- sys .path .extend (
6- [
7- path .as_posix ()
8- for path in (
9- root ,
10- root / "lib" ,
11- root / "lib" / "win32" ,
12- root / "lib" / "win32" / "lib" ,
13- )
14- ]
15- )
16-
171from flogin .utils import setup_logging
182from flogin import Pip
193
226with Pip () as pip :
237 pip .ensure_installed ("pywin32" , module = "pywintypes" )
248
25- from plugin .plugin import ScreenBrightnessPlugin
9+ from screen_brightness .plugin import ScreenBrightnessPlugin
2610
2711if __name__ == "__main__" :
2812 ScreenBrightnessPlugin ().run ()
Original file line number Diff line number Diff line change 44 "Name" : " ScreenBrightness" ,
55 "Description" : " Control the brightness of your monitors within flow" ,
66 "Author" : " cibere" ,
7- "Version" : " 0.0.8 " ,
7+ "Version" : " 0.0.9 " ,
88 "Language" : " python_v2" ,
99 "Website" : " https://github.com/cibere/Flow.Launcher.Plugin.ScreenBrightness" ,
1010 "IcoPath" : " assets/app.png" ,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments