mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Mention version number in title bar
This commit is contained in:
parent
b269d0b522
commit
bd37916527
8 changed files with 42 additions and 12 deletions
2
main.qml
2
main.qml
|
@ -20,7 +20,7 @@ ApplicationWindow {
|
|||
minimumHeight: 420
|
||||
maximumHeight: 420
|
||||
|
||||
title: qsTr("Raspberry Pi Imager")
|
||||
title: qsTr("Raspberry Pi Imager v%1").arg(imageWriter.constantVersion())
|
||||
|
||||
FontLoader {id: roboto; source: "fonts/Roboto-Regular.ttf"}
|
||||
FontLoader {id: robotoLight; source: "fonts/Roboto-Light.ttf"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue