mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
deprecated matchedHotkey
This commit is contained in:
@@ -14,7 +14,7 @@ export class ButtonProvider extends ToolbarButtonProvider {
|
||||
super()
|
||||
hostApp.settingsUIRequest$.subscribe(() => this.open())
|
||||
|
||||
hotkeys.matchedHotkey.subscribe(async (hotkey) => {
|
||||
hotkeys.hotkey$.subscribe(async (hotkey) => {
|
||||
if (hotkey === 'settings') {
|
||||
this.open()
|
||||
}
|
||||
|
Reference in New Issue
Block a user