fix(ui): Correct false idle state on connection errors

Bump version to 2.4.6
This commit is contained in:
KoalaDev
2026-06-23 18:36:05 +02:00
parent d847389eef
commit 6276ee134c
24 changed files with 73 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
*/
export const PROTOCOL_VERSION = "1.0.0";
export const APP_VERSION = "2.4.5";
export const APP_VERSION = "2.4.6";
export const OFFICIAL_SERVER_URL = 'wss://syncserver.koalastuff.net';
export const OFFICIAL_LANDING_PAGE_URL = 'https://sync.koalastuff.net';