Set local detect as default
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -86,8 +86,7 @@
|
|||||||
}
|
}
|
||||||
var loadServerSettings = localStorage.getItem('serverSettings')
|
var loadServerSettings = localStorage.getItem('serverSettings')
|
||||||
if (!loadServerSettings) {
|
if (!loadServerSettings) {
|
||||||
//Temp default settings for MWU deployment
|
localStorage.setItem('serverSettings','{"use":false,"address":"10.188.0.98","port":"9001","previous":{"10.188.0.98":"9001"}}')
|
||||||
localStorage.setItem('serverSettings','{"use":true,"address":"10.188.0.98","port":"9001","previous":{"10.188.0.98":"9001"}}')
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -133,7 +132,6 @@
|
|||||||
} catch {
|
} catch {
|
||||||
var darkTheme = 'auto'
|
var darkTheme = 'auto'
|
||||||
}
|
}
|
||||||
//provide('isAgreed',siteAgreement)
|
|
||||||
const f7params = {
|
const f7params = {
|
||||||
name: 'ALVINN', // App name
|
name: 'ALVINN', // App name
|
||||||
theme: 'auto', // Automatic theme detection
|
theme: 'auto', // Automatic theme detection
|
||||||
|
|||||||
Reference in New Issue
Block a user