File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
cmd/mist/assets/qml/views Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import QtQuick.Controls 1.0;
3
3
import QtQuick.Controls.Styles 1.0
4
4
import QtQuick.Layouts 1.0 ;
5
5
import QtWebEngine 1.0
6
- // import QtWebEngine.experimental 1.0
6
+ import QtWebEngine.experimental 1.0
7
7
import QtQuick.Window 2.0 ;
8
8
9
9
Rectangle {
@@ -326,6 +326,8 @@ Rectangle {
326
326
WebEngineView {
327
327
objectName: " webView"
328
328
id: webview
329
+ experimental .settings .javascriptCanAccessClipboard : true
330
+ experimental .settings .localContentCanAccessRemoteUrls : true
329
331
anchors {
330
332
left: parent .left
331
333
right: parent .right
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Rectangle {
103
103
104
104
ComboBox {
105
105
id: valueDenom
106
- currentIndex: 6
106
+ currentIndex: 5
107
107
model: denomModel
108
108
}
109
109
}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Rectangle {
104
104
105
105
ComboBox {
106
106
id: valueDenom
107
- currentIndex: 6
107
+ currentIndex: 5
108
108
model: denomModel
109
109
}
110
110
You can’t perform that action at this time.
0 commit comments