Wrap <pre> tag.

This commit is contained in:
Black Hat
2018-11-26 18:49:03 +08:00
parent 348a8186fd
commit 948da868a9
4 changed files with 15 additions and 3 deletions

View File

@@ -44,9 +44,9 @@ Item {
Image {
anchors.fill: parent
visible: currentRoom
visible: currentRoom && MSettings.enableTimelineBackground
source: MSettings.darkTheme ? "qrc:/assets/img/roompanel-dark.svg" : "qrc:/assets/img/roompanel.svg"
source: MSettings.timelineBackground || MSettings.darkTheme ? "qrc:/assets/img/roompanel-dark.svg" : "qrc:/assets/img/roompanel.svg"
fillMode: Image.PreserveAspectCrop
}