mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-15 01:47:04 +08:00
parent
4849c6b42d
commit
79e9dc9914
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ onMounted(() => {
|
||||||
|
|
||||||
loadStatus();
|
loadStatus();
|
||||||
loadProductProFromDB();
|
loadProductProFromDB();
|
||||||
|
globalStore.isFullScreen = false;
|
||||||
const mqList = window.matchMedia('(prefers-color-scheme: dark)');
|
const mqList = window.matchMedia('(prefers-color-scheme: dark)');
|
||||||
if (mqList.addEventListener) {
|
if (mqList.addEventListener) {
|
||||||
mqList.addEventListener('change', () => {
|
mqList.addEventListener('change', () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue