This commit is contained in:
朱子楚\zhuzi 2024-03-11 22:55:07 +08:00
parent 2a514b52bd
commit f56f16c858
2 changed files with 8 additions and 4 deletions

View File

@ -13,11 +13,13 @@ FluWindow {
height: 400 height: 400
fixSize: true fixSize: true
showMinimize: false showMinimize: false
showStayTop: false
stayTop:true
property string crashFilePath property string crashFilePath
Component.onCompleted: {
window.stayTop = true
}
onInitArgument: onInitArgument:
(argument)=>{ (argument)=>{
crashFilePath = argument.crashFilePath crashFilePath = argument.crashFilePath

View File

@ -13,11 +13,13 @@ FluWindow {
height: 400 height: 400
fixSize: true fixSize: true
showMinimize: false showMinimize: false
showStayTop: false
stayTop:true
property string crashFilePath property string crashFilePath
Component.onCompleted: {
window.stayTop = true
}
onInitArgument: onInitArgument:
(argument)=>{ (argument)=>{
crashFilePath = argument.crashFilePath crashFilePath = argument.crashFilePath