File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/hhd/plugins/powerbutton Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 <picture>
33 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hhd-dev/hhd/master/art/logo_dark.svg" width="50%">
44 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hhd-dev/hhd/master/art/logo_light.svg" width="50%">
5- <img alt="Handheld Daemon Logo." src="https://raw.githubusercontent.com/hhd-dev/hhd/master/res/ art/logo_light.svg" width="50%">
5+ <img alt="Handheld Daemon Logo." src="https://raw.githubusercontent.com/hhd-dev/hhd/master/art/logo_light.svg" width="50%">
66 </picture>
77</h1 >
88
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def run(**config: Any):
2020class PowerbuttondPlugin (HHDPlugin ):
2121 def __init__ (self , cfg : "PowerButtonConfig" ) -> None :
2222 self .name = f"powerbuttond@'{ cfg .device } '"
23- self .priority = 20
23+ self .priority = 90
2424 self .log = "pbtn"
2525 self .cfg = cfg
2626 self .t = None
You can’t perform that action at this time.
0 commit comments