This commit is contained in:
zhuzihcu
2023-05-19 18:13:57 +08:00
parent 3eeaae24db
commit db41a7a1ee
3 changed files with 3 additions and 8 deletions

View File

@ -12,10 +12,6 @@ FluWindow {
property bool appBarVisible: true
default property alias content: container.data
Component.onCompleted: {
console.debug(FramelessUtils.frameBorderVisible)
}
FluAppBar {
id: title_bar
title: window.title

View File

@ -101,7 +101,6 @@ FluScrollablePage{
selected : appInfo.lang.objectName === modelData
text:modelData
onClicked:{
console.debug(modelData)
appInfo.changeLang(modelData)
}
}