Fix launcher GUI not loaded

This commit is contained in:
2025-11-29 00:19:19 +03:00
parent cac3b46652
commit a63b6b27d5

View File

@@ -438,14 +438,6 @@ const forceSidebar = computed(
)
const sidebarVisible = computed(() => sidebarToggled.value || forceSidebar.value)
watch(showAd, () => {
if (!showAd.value) {
hide_ads_window(true)
} else {
init_ads_window(true)
}
})
onMounted(() => {
invoke('show_window')