summaryrefslogtreecommitdiff
path: root/qml/pages/Board.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/pages/Board.qml')
-rw-r--r--qml/pages/Board.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/qml/pages/Board.qml b/qml/pages/Board.qml
index cee8492..16c4e6b 100644
--- a/qml/pages/Board.qml
+++ b/qml/pages/Board.qml
@@ -4,8 +4,6 @@ import Sailfish.Silica 1.0
import io.thp.pyotherside 1.2
-
-
Page {
width: Screen.width; height: Screen.height;
@@ -27,7 +25,7 @@ Page {
IconButton {
width: (parent.width - parent.height) / 2;
icon.source: "image://theme/icon-m-back"
- onClicked: console.log("Previous!")
+ onClicked: goban.undo();
}
Image {