15 lines
406 B
TOML
15 lines
406 B
TOML
|
|
[general]
|
|
#Whether stereo playback is enabled
|
|
EnableStereo = true
|
|
#Proxy Type, http and socks are supported
|
|
#Allowed Values: DIRECT, HTTP, SOCKS
|
|
ProxyType = "DIRECT"
|
|
#Proxy Address, such as 127.0.0.1:1080, empty is no proxy
|
|
ProxyAddress = ""
|
|
#Whether to enable lyrics display in the music player
|
|
EnablePlayerLyrics = true
|
|
#Whether to enable lyrics display for the maid
|
|
EnableMaidLyrics = true
|
|
|