improve styles

This commit is contained in:
josc146
2024-03-27 00:05:17 +08:00
parent b7aba9c8de
commit 5f637dc4c7
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ export async function startup() {
await GetPlatform().then(p => commonStore.setPlatform(p as Platform));
if (commonStore.platform !== 'web') {
document.body.style.setProperty('overflow', 'hidden');
downloadProgramFiles();
EventsOn('downloadList', (data) => {
if (data)