mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 14:25:50 +00:00
* implement interval to extupgrade (ApiVer = 1) (fix #45)
* improve extscript logic * add cache values to both of them
This commit is contained in:
@ -1077,6 +1077,7 @@ void AWKeys::copyUpgrade(const QString original)
|
||||
upgrade->setExecutable(extUpgrade[originalItem]->executable());
|
||||
upgrade->setName(extUpgrade[originalItem]->name());
|
||||
upgrade->setNull(extUpgrade[originalItem]->null());
|
||||
upgrade->setInterval(extUpgrade[originalItem]->interval());
|
||||
}
|
||||
|
||||
if (upgrade->showConfiguration() == 1) {
|
||||
|
Reference in New Issue
Block a user