Skip to content

Commit

Permalink
#90 allow slide function for toggling calculator by default even when…
Browse files Browse the repository at this point in the history
… does not exist top left icon if possible
  • Loading branch information
ldrahnik committed Feb 13, 2023
1 parent 9b3d422 commit 0809cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asus_touchpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ def listen_touchpad_events():
# top left icon (brightness change) activation
if numlock and is_pressed_touchpad_top_left_icon() and\
takes_top_left_icon_touch_longer_then_set_up_activation_time() and\
len(backlight_levels) > 0 and top_left_icon_brightness_func_disabled is not True:
not top_left_icon_brightness_func_disabled:

increase_brightness()
continue
Expand Down

0 comments on commit 0809cff

Please sign in to comment.