forked from cerc-io/plugeth
Fix whitespace
This commit is contained in:
parent
a96c5986c5
commit
06a9ee74bc
@ -101,16 +101,16 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
menuBar: MenuBar {
|
menuBar: MenuBar {
|
||||||
Menu {
|
Menu {
|
||||||
title: "File"
|
title: "File"
|
||||||
MenuItem {
|
MenuItem {
|
||||||
text: "Import App"
|
text: "Import App"
|
||||||
shortcut: "Ctrl+o"
|
shortcut: "Ctrl+o"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
generalFileDialog.show(true, importApp)
|
generalFileDialog.show(true, importApp)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
MenuItem {
|
MenuItem {
|
||||||
|
Loading…
Reference in New Issue
Block a user