mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-26 06:19:53 +00:00
25 lines
682 B
Plaintext
25 lines
682 B
Plaintext
.container.mt-5.mb-5
|
||
.mb-4
|
||
.tabby-logo
|
||
h1.tabby-title Tabby
|
||
sup α
|
||
|
||
.text-center.mb-5 Thank you for downloading Tabby!
|
||
|
||
.form-line
|
||
.header
|
||
.title Enable analytics
|
||
.description Help track the number of Tabby installs across the world!
|
||
toggle([(ngModel)]='config.store.enableAnalytics')
|
||
|
||
|
||
.form-line
|
||
.header
|
||
.title Enable global hotkey (#[strong Ctrl-Space])
|
||
.description Toggles the Tabby window visibility
|
||
toggle([(ngModel)]='enableGlobalHotkey')
|
||
|
||
|
||
.text-center.mt-5
|
||
button.btn.btn-primary((click)='closeAndDisable()') Close and never show again
|