Skip to content

Commit

Permalink
bug: avoid transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Apr 26, 2024
1 parent a0cb445 commit 52d073e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gui/components/Preferences.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ ThemedPage {

Material.elevation: 0

background: Rectangle {
color: 'white'
}


Component.onCompleted: {
currentIndex = indexOfValue(settings.locale)
}
Expand Down

0 comments on commit 52d073e

Please sign in to comment.