resize splash image to 128x128

This commit is contained in:
Vendicated
2025-10-28 17:32:54 +01:00
parent 38b7716b2f
commit 9193ed58c9
2 changed files with 0 additions and 1 deletions

View File

@@ -44,7 +44,6 @@ export function createFirstLaunchTour() {
if (!msg.startsWith("form:")) return;
const data = JSON.parse(msg.slice(5)) as Data;
console.log(data);
State.store.firstLaunch = false;
Settings.store.discordBranch = data.discordBranch;
Settings.store.minimizeToTray = !!data.minimizeToTray;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 KiB

After

Width:  |  Height:  |  Size: 145 KiB