19 lines
1.0 KiB
Plaintext
19 lines
1.0 KiB
Plaintext
.dialog.dialog-overlay-sm layout='dialog' layout-id='client-preferences-dialog' id='client-preferences-dialog'
|
|
.content-head
|
|
= image_tag "content/icon_add.png", {:width => 19, :height => 19, :class => 'content-icon' }
|
|
h1 Application Preferences
|
|
.dialog-inner
|
|
form action='post'
|
|
.column
|
|
.field data-purpose="autostart"
|
|
input type="checkbox" name="autostart"
|
|
label for="autostart" Start JamKazam when system starts
|
|
p.hint We strongly recommend that you leave this box checked to allow the JamKazam application to start each time you start your computer. It will run quietly in the background, and you won't notice it, but it will collect critical latency data periodically to help you connect with other musicians, and it will also upload/download any recordings you make in sessions.
|
|
br clear='all'
|
|
br clear='all'
|
|
.buttons
|
|
.right
|
|
a.button-grey class='btnCancel' layout-action='cancel' CANCEL
|
|
a.button-orange class='btnSave' SAVE
|
|
|