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 1fd7fdb commit e0c41a9Copy full SHA for e0c41a9
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