fix: remove header disable bg button on mobile

This commit is contained in:
hamster1963
2025-01-21 09:14:47 +08:00
parent 561513e6e1
commit a9e27e4ac9
3 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ import { useEffect, useState } from "react"
declare global {
interface Window {
CustomBackgroundImage: string
CustomMobileBackgroundImage: string
}
}