mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +00:00
nicer touch bar buttons
This commit is contained in:
@@ -144,7 +144,7 @@ export class AppRootComponent {
|
||||
if (progress !== null) {
|
||||
this.hostApp.getWindow().setProgressBar(progress / 100.0, 'normal')
|
||||
} else {
|
||||
this.hostApp.getWindow().setProgressBar(0, 'none')
|
||||
this.hostApp.getWindow().setProgressBar(-1, 'none')
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user