mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
faster tab switching
This commit is contained in:
@@ -182,6 +182,10 @@ export class Window {
|
||||
ipcMain.on('window-set-vibrancy', (_event, enabled) => {
|
||||
this.setVibrancy(enabled)
|
||||
})
|
||||
|
||||
ipcMain.on('window-set-title', (_event, title) => {
|
||||
this.window.setTitle(title)
|
||||
})
|
||||
}
|
||||
|
||||
private destroy () {
|
||||
|
Reference in New Issue
Block a user