Skip to content

Commit 5e86998

Browse files
committed
bump version and remove unhide
1 parent 4750957 commit 5e86998

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hhd"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = [
55
{ name="Kapenekakis Antheas", email="[email protected]" },
66
]

src/hhd/device/legion_go/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
def plugin_run(conf: Config, emit: Emitter, context: Context, should_exit: TEvent):
5454
# Remove leftover udev rules
55-
unhide_all()
55+
# unhide_all()
5656
if (gyro_fix := conf.get("gyro_fix", False)) and conf["gyro"].to(bool):
5757
gyro_fixer = GyroFixer(int(gyro_fix) if int(gyro_fix) > 10 else 100)
5858
else:
@@ -113,7 +113,7 @@ def plugin_run(conf: Config, emit: Emitter, context: Context, should_exit: TEven
113113
if gyro_fixer:
114114
gyro_fixer.close()
115115
# Remove leftover udev rules
116-
unhide_all()
116+
# unhide_all()
117117

118118

119119
def controller_loop_rest(mode: str, pid: int, conf: Config, should_exit: TEvent):

0 commit comments

Comments
 (0)