mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-21 09:39:57 +00:00
add keys
This commit is contained in:
@ -48,6 +48,8 @@ void AwesomeWidget::reinit()
|
||||
if (configuration[QString("rightStretch")].toInt() == 2)
|
||||
mainLayout->addStretch(1);
|
||||
|
||||
keys = getKeys();
|
||||
foundKeys = findKeys();
|
||||
values[QString("netdev")] = getNetworkDevice();
|
||||
// thread()->wait(60000);
|
||||
connectToEngine();
|
||||
|
Reference in New Issue
Block a user