mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
Feature: quick start (#369)
* feat: quick start modal * refactor: end message is part of view settings * refactor: small tweaks and type improvements
This commit is contained in:
@@ -224,8 +224,7 @@
|
||||
"publicUrl": "www.getontime.no",
|
||||
"publicInfo": "WiFi: demoproject \nPassword: ontimeproject",
|
||||
"backstageUrl": "www.getontime.no",
|
||||
"backstageInfo": "WiFi: demobackstage\nPassword: ontimeproject",
|
||||
"endMessage": ""
|
||||
"backstageInfo": "WiFi: demobackstage\nPassword: ontimeproject"
|
||||
},
|
||||
"settings": {
|
||||
"app": "ontime",
|
||||
@@ -235,7 +234,8 @@
|
||||
"pinCode": "1234"
|
||||
},
|
||||
"viewSettings": {
|
||||
"overrideStyles": false
|
||||
"overrideStyles": false,
|
||||
"endMessage": ""
|
||||
},
|
||||
"osc": {
|
||||
"port": 8888,
|
||||
|
||||
Reference in New Issue
Block a user