chore: update files of project

This commit is contained in:
Qsaker 2024-01-11 00:01:00 +08:00
parent 01a9e71a44
commit 580af6fd2b
2 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,6 @@ Window {
color: "#00000000"
title: qsTr("EasyDebug")
flags: Qt.FramelessWindowHint | Qt.Window
opacity: 0.3
property alias keysObj: settingKeys
@ -208,9 +207,9 @@ Window {
MainWindowWebSocketServerPage {
id: websocketServerPage
}
MainWindowInfoPage {
id: infoPage
}
// MainWindowInfoPage {
// id: infoPage
// }
MainWindowSettingsPage {
id: settingsPage
}

View File

@ -43,7 +43,7 @@ ToolBar {
Text {
id: easyText
text: "Easy"
color: "green"
color: "red"
font.bold: true
font.pixelSize: 20
font.italic: true