We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c237b commit 2f03206Copy full SHA for 2f03206
1 file changed
qml/walletqmlcontroller.cpp
@@ -75,7 +75,7 @@ WalletQmlController::WalletQmlController(interfaces::Node& node, QObject *parent
75
m_worker->moveToThread(m_worker_thread);
76
m_worker_thread->start();
77
QTimer::singleShot(0, m_worker, []() {
78
- util::ThreadRename("qml-walletctrl");
+ util::ThreadRename("qml-walletctl");
79
});
80
}
81
0 commit comments