Chore: Fix Zoom & Attempt Theming

This commit is contained in:
Youwes09
2026-05-25 12:31:23 -05:00
parent cbdf9e8be1
commit e9929747d2
6 changed files with 229 additions and 203 deletions
-5
View File
@@ -59,11 +59,6 @@ async function boot() {
appState.serverUrl = savedUrl
appState.authMode = savedAuth.mode
if (isTauri() && platformAdapter.isSupported('server-management')) {
// jarPath/port/dataPath come from persisted server config; omitted here
// until settings UI writes them — server auto-launch handled by Tauri side
}
configureAuth(savedUrl, savedAuth.mode, savedAuth.user, savedAuth.pass)
await serverAdapter.connect({