padded linux icons

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-12-15 00:05:15 +07:00
parent 4a5cf2b359
commit 3e8e1cb053
5 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -152,8 +152,8 @@ async function resolveTrayIconForTheme() {
const pickedPath =
windowTheme === 'dark'
? `icons/favicon/icon${isLinux ? '-xs' : ''}.png`
: `icons/favicon/icon-light${isLinux ? '-xs' : ''}.png`
? `icons/favicon/icon${isLinux ? '-padded' : ''}.png`
: `icons/favicon/icon-light${isLinux ? '-padded' : ''}.png`
return await resolveResource(pickedPath)
} catch {
@@ -168,8 +168,8 @@ async function resolveTrayIconForTheme() {
const pickedPath =
existingTheme.tray === 'dark'
? `icons/favicon/icon-light${isLinux ? '-xs' : ''}.png`
: `icons/favicon/icon${isLinux ? '-xs' : ''}.png`
? `icons/favicon/icon-light${isLinux ? '-padded' : ''}.png`
: `icons/favicon/icon${isLinux ? '-padded' : ''}.png`
return await resolveResource(pickedPath)
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB