feat: add toggle for notifications on device switch and toggle for keybinds in tooltip (#122)
* feat(audio-switcher): add toggle for notifications on device switch * feat(audio-switcher): add toggle for actions in tooltip and change appearance of tooltip * chore(audio-switcher): bump version to 0.2.0 * fix(audio-switcher): add missing translation keys
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
id = "blackbartblues/audio-switcher"
|
||||
name = "Audio Switcher"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
plugin_api = 9
|
||||
author = "blackbartblues"
|
||||
license = "MIT"
|
||||
@@ -16,6 +16,20 @@ label_key = "settings.show_percentage.label"
|
||||
description_key = "settings.show_percentage.description"
|
||||
default = true
|
||||
|
||||
[[setting]]
|
||||
key = "show_notification_on_switch"
|
||||
type = "bool"
|
||||
label_key = "settings.show_notification_on_switch.label"
|
||||
description_key = "settings.show_notification_on_switch.description"
|
||||
default = true
|
||||
|
||||
[[setting]]
|
||||
key = "show_actions_in_tooltip"
|
||||
type = "bool"
|
||||
label_key = "settings.show_actions_in_tooltip.label"
|
||||
description_key = "settings.show_actions_in_tooltip.description"
|
||||
default = true
|
||||
|
||||
[[setting]]
|
||||
key = "scroll_step"
|
||||
type = "int"
|
||||
|
||||
Reference in New Issue
Block a user