1
0
Fork 0

[UI] Change colour to string.

This commit is contained in:
NamedKitten 2018-12-05 17:18:35 +00:00
parent 51508d96a4
commit 5be24ac560

View file

@ -54,14 +54,14 @@ Window {
Settings {
id: youTubeAppearance
category: "YouTubeAppearance"
property color mainBackground: "#9C000000"
property color progressBackgroundColor: "#33FFFFFF"
property color progressCachedColor: "#66FFFFFF"
property color buttonColor: "white"
property color buttonHoverColor: "white"
property color progressSliderColor: "red"
property color chapterMarkerColor: "#fc0"
property color volumeSliderBackground: "white"
property string mainBackground: "#9C000000"
property string progressBackgroundColor: "#33FFFFFF"
property string progressCachedColor: "#66FFFFFF"
property string buttonColor: "white"
property string buttonHoverColor: "white"
property string progressSliderColor: "red"
property string chapterMarkerColor: "#fc0"
property string volumeSliderBackground: "white"
}
Settings {