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')
|
||||
if (!loadServerSettings) {
|
||||
//Temp default settings for MWU deployment
|
||||
localStorage.setItem('serverSettings','{"use":true,"address":"10.188.0.98","port":"9001","previous":{"10.188.0.98":"9001"}}')
|
||||
localStorage.setItem('serverSettings','{"use":false,"address":"10.188.0.98","port":"9001","previous":{"10.188.0.98":"9001"}}')
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -133,7 +132,6 @@
|
||||
} catch {
|
||||
var darkTheme = 'auto'
|
||||
}
|
||||
//provide('isAgreed',siteAgreement)
|
||||
const f7params = {
|
||||
name: 'ALVINN', // App name
|
||||
theme: 'auto', // Automatic theme detection
|
||||
|
||||
Reference in New Issue
Block a user