Move most context menu into dir.

This commit is contained in:
Black Hat
2019-04-30 11:05:35 +08:00
parent b062d62954
commit 5fe8bafbf3
14 changed files with 269 additions and 185 deletions

View File

@@ -22,6 +22,6 @@ Popup {
}
}
onClosed: root.destroy()
onClosed: destroy()
}