main
朱子楚\zhuzi 2023-05-19 08:03:37 +08:00
parent 15f90471dc
commit d5ca61c0f6
1 changed files with 2 additions and 9 deletions

View File

@ -623,16 +623,9 @@ Item {
if(d.isMinimal || d.isCompactAndPanel){
return FluTheme.dark ? Qt.rgba(61/255,61/255,61/255,1) : Qt.rgba(243/255,243/255,243/255,1)
}
if(Window.window.active){
return FluTheme.dark ? Qt.rgba(26/255,34/255,41/255,1) : Qt.rgba(238/255,244/255,249/255,1)
}
return FluTheme.dark ? Qt.rgba(32/255,32/255,32/255,1) : Qt.rgba(243/255,243/255,243/255,1)
}
Behavior on color{
ColorAnimation {
duration: 300
}
return "#00000000"
}
x: {
if(d.displayMode !== FluNavigationView.Minimal)
return 0