Add a dark mode, fixes #7
This commit is contained in:
parent
cca7f55760
commit
9a0e2e523a
7 changed files with 54 additions and 10 deletions
|
@ -67,6 +67,12 @@ MenuBar {
|
|||
Menu {
|
||||
visible: menuBar.visible
|
||||
title: qsTr("View")
|
||||
MenuItem {
|
||||
text: qsTr("Night mode")
|
||||
shortcut: "1"
|
||||
onTriggered: app.toggleNightmode()
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: qsTr("Zoom In")
|
||||
shortcut: "Ctrl++"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue