better labels
This commit is contained in:
parent
b4c8eeed2c
commit
4ae65a2a0e
1 changed files with 3 additions and 3 deletions
|
|
@ -212,7 +212,7 @@ ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
NText {
|
NText {
|
||||||
text: "Bar Miniplayer"
|
text: "Bar Media Player"
|
||||||
font.pointSize: Style.fontSizeXXL * scaling
|
font.pointSize: Style.fontSizeXXL * scaling
|
||||||
font.weight: Style.fontWeightBold
|
font.weight: Style.fontWeightBold
|
||||||
color: Color.mOnSurface
|
color: Color.mOnSurface
|
||||||
|
|
@ -221,7 +221,7 @@ ColumnLayout {
|
||||||
|
|
||||||
// Miniplayer section
|
// Miniplayer section
|
||||||
NToggle {
|
NToggle {
|
||||||
label: "Show Album Art In Miniplayer"
|
label: "Show Album Art In Bar Media Player"
|
||||||
description: "Show the album art of the currently playing song next to the title."
|
description: "Show the album art of the currently playing song next to the title."
|
||||||
checked: Settings.data.audio.showMiniplayerAlbumArt
|
checked: Settings.data.audio.showMiniplayerAlbumArt
|
||||||
onToggled: checked => {
|
onToggled: checked => {
|
||||||
|
|
@ -230,7 +230,7 @@ ColumnLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
NToggle {
|
NToggle {
|
||||||
label: "Show Audio Visualizer In Miniplayer"
|
label: "Show Audio Visualizer In Bar Media Player"
|
||||||
description: "Shows an audio visualizer in the background of the miniplayer."
|
description: "Shows an audio visualizer in the background of the miniplayer."
|
||||||
checked: Settings.data.audio.showMiniplayerCava
|
checked: Settings.data.audio.showMiniplayerCava
|
||||||
onToggled: checked => {
|
onToggled: checked => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue