mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #3445
bc528cc
main: drop unused altKeyReleased routine (xiphon)
This commit is contained in:
commit
ea01a536ce
1 changed files with 0 additions and 2 deletions
2
main.qml
2
main.qml
|
@ -127,8 +127,6 @@ ApplicationWindow {
|
|||
property var current_address_label: "Primary"
|
||||
property int current_subaddress_table_index: 0
|
||||
|
||||
function altKeyReleased() { ctrlPressed = false; }
|
||||
|
||||
function showPageRequest(page) {
|
||||
middlePanel.state = page
|
||||
leftPanel.selectItem(page)
|
||||
|
|
Loading…
Reference in a new issue