mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-15 17:43:41 +00:00
implement grapicalitem settings
This commit is contained in:
@ -429,7 +429,7 @@ void AwesomeWidget::getGraphicalItems()
|
||||
if (names.contains(files[j])) continue;
|
||||
if (debug) qDebug() << PDEBUG << ":" << "Found file" << files[j] << "in" << dirs[i];
|
||||
names.append(files[j]);
|
||||
GraphicalItem *item = new GraphicalItem(files[j], dirs, debug);
|
||||
GraphicalItem *item = new GraphicalItem(0, files[j], dirs, debug);
|
||||
graphicalItems[item->getName() + item->getBar()] = item;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user