Add new app logo
BIN
assets/icon.ico
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
assets/icon.png
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.6 KiB |
BIN
assets/icons/32x32.png
Normal file
After Width: | Height: | Size: 521 B |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 13 KiB |
BIN
assets/icons/64x64.png
Normal file
After Width: | Height: | Size: 980 B |
|
@ -5,7 +5,7 @@ import styled from 'styled-components';
|
|||
import { useCurrentStatus, useQueueStatus } from '/@/renderer/store';
|
||||
import { useWindowSettings } from '/@/renderer/store/settings.store';
|
||||
import { Platform, PlayerStatus } from '/@/renderer/types';
|
||||
import appIcon from '../../../assets/icon.svg';
|
||||
import appIcon from '../../../assets/icons/32x32.png';
|
||||
import macCloseHover from './assets/close-mac-hover.png';
|
||||
import macClose from './assets/close-mac.png';
|
||||
import macMaxHover from './assets/max-mac-hover.png';
|
||||
|
|