mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-22 09:40:22 +02:00
Merge branch 'master' of https://github.com/fluffypony/monero-core into fluffypony-master
This commit is contained in:
commit
30f0bce569
2
main.qml
2
main.qml
@ -43,7 +43,7 @@ ApplicationWindow {
|
|||||||
property var currentItem
|
property var currentItem
|
||||||
property bool whatIsEnable: false
|
property bool whatIsEnable: false
|
||||||
property bool ctrlPressed: false
|
property bool ctrlPressed: false
|
||||||
property bool rightPanelExpanded: true
|
property bool rightPanelExpanded: false
|
||||||
property bool osx: false
|
property bool osx: false
|
||||||
property alias persistentSettings : persistentSettings
|
property alias persistentSettings : persistentSettings
|
||||||
property var wallet;
|
property var wallet;
|
||||||
|
@ -60,6 +60,8 @@ Item {
|
|||||||
if (from == "" && phrase == "")
|
if (from == "" && phrase == "")
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (appWindow.rightPanelExpanded) {
|
||||||
|
|
||||||
//! [requesting]
|
//! [requesting]
|
||||||
var req = new XMLHttpRequest;
|
var req = new XMLHttpRequest;
|
||||||
req.open("GET", "https://api.twitter.com/1.1/search/tweets.json?from=" + from +
|
req.open("GET", "https://api.twitter.com/1.1/search/tweets.json?from=" + from +
|
||||||
@ -85,6 +87,7 @@ Item {
|
|||||||
req.send();
|
req.send();
|
||||||
//! [requesting]
|
//! [requesting]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
Loading…
Reference in New Issue
Block a user