Fix theme on native light mode, implement volume slider
This commit is contained in:
5
Main.qml
5
Main.qml
@@ -42,6 +42,9 @@ ApplicationWindow {
|
||||
TabBar {
|
||||
id: tabbar
|
||||
spacing: 10
|
||||
|
||||
background: Item{}
|
||||
|
||||
TabButton {
|
||||
text: qsTr("Autoradio")
|
||||
}
|
||||
@@ -95,7 +98,7 @@ ApplicationWindow {
|
||||
visible: status == Loader.Ready
|
||||
sourceComponent: ViewPlayer {
|
||||
title: qsTr("Deep Bass")
|
||||
streamURL: "https://youradio.nonamesoft.xyz/api/deepbass"
|
||||
streamURL: "https://youradio.nonamesoft.xyz/api/bassboosted"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user