mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-12 05:15:49 +00:00
wayland support
This commit is contained in:
@ -56,8 +56,7 @@ QVariantMap CustomSource::initialData(const QString &_source) const
|
||||
QVariantMap data;
|
||||
data["min"] = "";
|
||||
data["max"] = "";
|
||||
data["name"] = QString("Custom command '%1' output")
|
||||
.arg(m_extScripts->itemByTagNumber(index(_source))->uniq());
|
||||
data["name"] = QString("Custom command '%1' output").arg(m_extScripts->itemByTagNumber(index(_source))->uniq());
|
||||
data["type"] = "QString";
|
||||
data["units"] = "";
|
||||
|
||||
|
Reference in New Issue
Block a user