mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-22 19:00:07 +08:00
update
This commit is contained in:
parent
2a514b52bd
commit
f56f16c858
@ -13,11 +13,13 @@ FluWindow {
|
||||
height: 400
|
||||
fixSize: true
|
||||
showMinimize: false
|
||||
showStayTop: false
|
||||
stayTop:true
|
||||
|
||||
property string crashFilePath
|
||||
|
||||
Component.onCompleted: {
|
||||
window.stayTop = true
|
||||
}
|
||||
|
||||
onInitArgument:
|
||||
(argument)=>{
|
||||
crashFilePath = argument.crashFilePath
|
||||
|
@ -13,11 +13,13 @@ FluWindow {
|
||||
height: 400
|
||||
fixSize: true
|
||||
showMinimize: false
|
||||
showStayTop: false
|
||||
stayTop:true
|
||||
|
||||
property string crashFilePath
|
||||
|
||||
Component.onCompleted: {
|
||||
window.stayTop = true
|
||||
}
|
||||
|
||||
onInitArgument:
|
||||
(argument)=>{
|
||||
crashFilePath = argument.crashFilePath
|
||||
|
Loading…
Reference in New Issue
Block a user