Bugfix/macos fixes (#247)
* Icon for macos and tiny fixes * Macos deploy build fix
This commit is contained in:
parent
adcc74ac8e
commit
a116774104
8 changed files with 40 additions and 37 deletions
|
|
@ -354,7 +354,7 @@ Window {
|
|||
}
|
||||
textArea.wrapMode: cbLogWrap.checked ? TextEdit.WordWrap: TextEdit.NoWrap
|
||||
|
||||
Keys.onPressed: {
|
||||
Keys.onPressed: function(event) {
|
||||
UiLogic.keyPressEvent(event.key)
|
||||
event.accepted = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue