Fixed DiscordRPC crashing the app on startup if you didn't have discord open.

This commit is contained in:
2025-11-22 22:52:35 -05:00
parent 75e695ceea
commit 1d10083b86
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
const GITHUB_OWNER = 'ItsSkaiya';
const GITHUB_REPO = 'WaifuBoard';
const CURRENT_VERSION = 'v1.6.0';
const CURRENT_VERSION = 'v1.6.1';
const UPDATE_CHECK_INTERVAL = 5 * 60 * 1000;
let currentVersionDisplay;