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