Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
朱子楚\zhuzi committed Mar 12, 2023
1 parent 0cf3f2a commit f36914f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion example/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FluWindow {
fontStyle: FluText.Title
}
FluText{
text:"v1.0.4"
text:"v1.0.5"
fontStyle: FluText.Body
Layout.alignment: Qt.AlignBottom
}
Expand Down
2 changes: 0 additions & 2 deletions example/App.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Window {
"/":"qrc:/MainPage.qml",
"/Setting":"qrc:/SettingPage.qml",
"/About":"qrc:/AboutPage.qml",
"/Installer":"qrc:/Installer.qml",
"/Uninstall":"qrc:/Uninstall.qml"
}
FluApp.initialRoute = "/"
FluApp.run()
Expand Down

0 comments on commit f36914f

Please sign in to comment.