commit | 8c5cefa108f77be5a4b0dfcb6e14807beb4f6be7 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Jan 17 13:04:36 2023 +0100 |
committer | swissChili <swisschili@fastmail.com> | Tue Jan 17 13:04:36 2023 +0100 |
tree | e2f8f6b4bba54328d79aed70b6bd8cefa3d949bb | |
parent | ae3a8b9d6768d9c8b5bd39a4b04e4ec0da42e1fb [diff] [blame] |
Fix NotebookCell status, add quit button, BUGS
diff --git a/ide/qml/NbWindow.qml b/ide/qml/NbWindow.qml index 858fb5e..8b51793 100644 --- a/ide/qml/NbWindow.qml +++ b/ide/qml/NbWindow.qml
@@ -190,6 +190,10 @@ notebook.runCell(uuid) } + onQuitClicked: { + notebook.quitCell(uuid) + } + onCellFocused: { codeEditor.currentIndex = index }