Update icons
This commit is contained in:
parent
8f00689f65
commit
9f06ac75c6
3 changed files with 111 additions and 1 deletions
109
images/launcher.svg
Executable file
109
images/launcher.svg
Executable file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue