padded linux icons
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
+4
-4
@@ -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 |
Reference in New Issue
Block a user