dashboard crash fix #70
+30
-30
@@ -321,36 +321,36 @@ Variants {
|
|||||||
screen: scope.modelData
|
screen: scope.modelData
|
||||||
visibilities: visibilities
|
visibilities: visibilities
|
||||||
|
|
||||||
dashboard.transform: Matrix4x4 {
|
// dashboard.transform: Matrix4x4 {
|
||||||
matrix: dashBg.deformMatrix
|
// matrix: dashBg.deformMatrix
|
||||||
}
|
// }
|
||||||
dock.transform: Matrix4x4 {
|
// dock.transform: Matrix4x4 {
|
||||||
matrix: dockBg.deformMatrix
|
// matrix: dockBg.deformMatrix
|
||||||
}
|
// }
|
||||||
launcher.transform: Matrix4x4 {
|
// launcher.transform: Matrix4x4 {
|
||||||
matrix: launcherBg.deformMatrix
|
// matrix: launcherBg.deformMatrix
|
||||||
}
|
// }
|
||||||
notifications.transform: Matrix4x4 {
|
// notifications.transform: Matrix4x4 {
|
||||||
matrix: notifsBg.deformMatrix
|
// matrix: notifsBg.deformMatrix
|
||||||
}
|
// }
|
||||||
osd.transform: Matrix4x4 {
|
// osd.transform: Matrix4x4 {
|
||||||
matrix: osdBg.deformMatrix
|
// matrix: osdBg.deformMatrix
|
||||||
}
|
// }
|
||||||
popouts.transform: Matrix4x4 {
|
// popouts.transform: Matrix4x4 {
|
||||||
matrix: popoutBg.deformMatrix
|
// matrix: popoutBg.deformMatrix
|
||||||
}
|
// }
|
||||||
resources.transform: Matrix4x4 {
|
// resources.transform: Matrix4x4 {
|
||||||
matrix: resourcesBg.deformMatrix
|
// matrix: resourcesBg.deformMatrix
|
||||||
}
|
// }
|
||||||
settings.transform: Matrix4x4 {
|
// settings.transform: Matrix4x4 {
|
||||||
matrix: settingsBg.deformMatrix
|
// matrix: settingsBg.deformMatrix
|
||||||
}
|
// }
|
||||||
sidebar.transform: Matrix4x4 {
|
// sidebar.transform: Matrix4x4 {
|
||||||
matrix: sidebarBg.deformMatrix
|
// matrix: sidebarBg.deformMatrix
|
||||||
}
|
// }
|
||||||
utilities.transform: Matrix4x4 {
|
// utilities.transform: Matrix4x4 {
|
||||||
matrix: utilsBg.deformMatrix
|
// matrix: utilsBg.deformMatrix
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
BarLoader {
|
BarLoader {
|
||||||
|
|||||||
@@ -22,8 +22,7 @@ Item {
|
|||||||
implicitHeight: content.implicitHeight
|
implicitHeight: content.implicitHeight
|
||||||
implicitWidth: content.implicitWidth || 854 // Hard coded fallback for first open
|
implicitWidth: content.implicitWidth || 854 // Hard coded fallback for first open
|
||||||
opacity: 1 - offsetScale
|
opacity: 1 - offsetScale
|
||||||
|
visible: offsetScale < 1
|
||||||
// visible: offsetScale < 1
|
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
id: content
|
id: content
|
||||||
|
|||||||
@@ -60,10 +60,10 @@ RowLayout {
|
|||||||
color: root.mainColor
|
color: root.mainColor
|
||||||
implicitHeight: Math.ceil(root.percentage * parent.height)
|
implicitHeight: Math.ceil(root.percentage * parent.height)
|
||||||
|
|
||||||
Behavior on implicitHeight {
|
// Behavior on implicitHeight {
|
||||||
Anim {
|
// Anim {
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ Singleton {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
readonly property date date: clock.date
|
readonly property date date: clock.date
|
||||||
readonly property string dateStr: format("ddd d MMM - hh:mm:ss")
|
readonly property string dateStr: format("ddd d MMM - hh:mm")
|
||||||
property alias enabled: clock.enabled
|
property alias enabled: clock.enabled
|
||||||
readonly property string hourStr: timeComponents[0] ?? ""
|
readonly property string hourStr: timeComponents[0] ?? ""
|
||||||
readonly property int hours: clock.hours
|
readonly property int hours: clock.hours
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
//@ pragma Env QSG_RENDER_LOOP=threaded
|
//@ pragma Env QSG_RENDER_LOOP=threaded
|
||||||
//@ pragma Env QSG_RHI_BACKEND=vulkan
|
//@ pragma Env QSG_RHI_BACKEND=vulkan
|
||||||
//@ pragma Env QSG_NO_VSYNC=1
|
//@ pragma Env QSG_NO_VSYNC=1
|
||||||
//@ pragma Env QSG_USE_SIMPLE_ANIMATION_DRIVER=0
|
|
||||||
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
||||||
//@ pragma Env QT_SCALE_FACTOR_ROUNDING_POLICY=Round
|
//@ pragma Env QT_SCALE_FACTOR_ROUNDING_POLICY=Round
|
||||||
//@ pragma DropExpensiveFonts
|
//@ pragma DropExpensiveFonts
|
||||||
|
|||||||
Reference in New Issue
Block a user