mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
implement is-active properties
This commit is contained in:
parent
d785839d1d
commit
4cef889fd4
@ -184,6 +184,7 @@ void ExtUpgrade::readConfiguration()
|
||||
int ExtUpgrade::run()
|
||||
{
|
||||
if (debug) qDebug() << PDEBUG;
|
||||
if (!m_active) return 0;
|
||||
|
||||
TaskResult process = runTask(QString("bash -c \"") + m_executable + QString("\""));
|
||||
if (debug) qDebug() << PDEBUG << ":" << "Cmd returns" << process.exitCode;
|
||||
|
Loading…
Reference in New Issue
Block a user