Update icons

This commit is contained in:
rekols 2021-06-04 15:11:39 +08:00
parent 8f00689f65
commit 9f06ac75c6
3 changed files with 111 additions and 1 deletions

109
images/launcher.svg Executable file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -5,5 +5,6 @@
<file>qml/AppItem.qml</file>
<file>images/launchpad.svg</file>
<file>images/rocket.svg</file>
<file>images/launcher.svg</file>
</qresource>
</RCC>

View file

@ -281,7 +281,7 @@ void ApplicationModel::initPinnedApplications()
ApplicationItem *item = new ApplicationItem;
item->id = "cutefish-launcher";
item->exec = "cutefish-launcher";
item->iconName = "qrc:/images/rocket.svg";
item->iconName = "qrc:/images/launcher.svg";
item->visibleName = tr("Launcher");
item->fixed = true;
m_appItems.append(item);