mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
change the default theme to auto from light
This commit is contained in:
parent
ffbdf97478
commit
5837c353b7
@ -11,7 +11,7 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
// Default Light
|
// Default Light
|
||||||
if (! this.userTheme) {
|
if (! this.userTheme) {
|
||||||
this.userTheme = "light";
|
this.userTheme = "auto";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default Heartbeat Bar
|
// Default Heartbeat Bar
|
||||||
|
Loading…
Reference in New Issue
Block a user