aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-09-28 02:00:51 +0000
committerxiphon <xiphon@protonmail.com>2019-09-28 02:01:20 +0000
commitf72ed257ce727ee404acf1d35b201b7977afa798 (patch)
treeb37c9d3e2c76d8f3763fbe7978c4e9badbdc07ab /main.qml
parentd3b81cb6f8b9e79bc8bda675f556d5288916af56 (diff)
downloadmonzero-gui-f72ed257ce727ee404acf1d35b201b7977afa798.tar.gz
monzero-gui-f72ed257ce727ee404acf1d35b201b7977afa798.tar.xz
monzero-gui-f72ed257ce727ee404acf1d35b201b7977afa798.zip
Transfer: forbid long Payment IDs
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.qml b/main.qml
index 46086171..c9046a00 100644
--- a/main.qml
+++ b/main.qml
@@ -460,10 +460,6 @@ ApplicationWindow {
// Raise window
appWindow.raise();
appWindow.show();
-
- // @TODO: remove after paymentID deprecation
- if(params.hasOwnProperty("tx_payment_id"))
- persistentSettings.showPid = true;
}
}
@@ -1371,7 +1367,6 @@ ApplicationWindow {
property bool lockOnUserInActivity: true
property int walletMode: 2
property int lockOnUserInActivityInterval: 10 // minutes
- property bool showPid: false
property bool blackTheme: true
property bool fiatPriceEnabled: false