Fixes icons for notifications
This commit is contained in:
parent
4024086cee
commit
cc918502b1
6 changed files with 25 additions and 21 deletions
|
|
@ -2,7 +2,7 @@
|
|||
WindowWidth = 2051
|
||||
WindowHeight = 1424
|
||||
LastCheckedVersion = 'v0.14.0'
|
||||
LastLaunchedVersion = 'v0.15.2'
|
||||
LastLaunchedVersion = 'v0.16.0'
|
||||
EnableSystemTray = true
|
||||
CloseToSystemTray = false
|
||||
StartupPage = 'Albums'
|
||||
|
|
@ -23,6 +23,7 @@ Language = 'auto'
|
|||
DisableDPIDetection = false
|
||||
EnableAutoUpdateChecker = true
|
||||
RequestTimeoutSeconds = 15
|
||||
EnableOSMediaPlayerAPIs = true
|
||||
FontNormalTTF = ''
|
||||
FontBoldTTF = ''
|
||||
UIScaleSize = 'Normal'
|
||||
|
|
@ -58,6 +59,9 @@ InitialView = 'Albums'
|
|||
TracklistColumns = ['Album', 'Time', 'Plays']
|
||||
ShowAlbumYears = false
|
||||
|
||||
[GridView]
|
||||
CardSize = 200.0
|
||||
|
||||
[PlaylistPage]
|
||||
TracklistColumns = ['Album', 'Time', 'Plays']
|
||||
|
||||
|
|
@ -68,7 +72,7 @@ InitialView = 'List'
|
|||
TracklistColumns = ['Album', 'Time', 'Plays']
|
||||
|
||||
[NowPlayingConfig]
|
||||
InitialView = 'Play Queue'
|
||||
InitialView = 'Lyrics'
|
||||
|
||||
[Playback]
|
||||
Autoplay = false
|
||||
|
|
@ -95,6 +99,9 @@ PreventClipping = true
|
|||
|
||||
[Transcoding]
|
||||
ForceRawFile = false
|
||||
RequestTranscode = false
|
||||
Codec = 'opus'
|
||||
MaxBitRateKBPS = 160
|
||||
|
||||
[Theme]
|
||||
ThemeFile = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue