diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-02-28 21:00:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-28 21:00:11 +0100 |
| commit | 5fcd51aad81c9c4495a19306d13c4f55bd2519f8 (patch) | |
| tree | 2f98d93dde78db5c01dda7d8973fab93471920f5 /src/resources.qrc | |
| parent | 4a45e1a2a7aad41ba45a2652092bd46894a40f23 (diff) | |
| parent | c1421d07345617e7776dd8bdf0aec4dbef52a72a (diff) | |
Merge pull request #247 from Al12rs/new_vfs_library
- Added "Open Folders" drop-down menu over modlist.
Diffstat (limited to 'src/resources.qrc')
| -rw-r--r-- | src/resources.qrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources.qrc b/src/resources.qrc index 9b66a38c..618d3cfc 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -70,7 +70,8 @@ <file alias="inactive">resources/status_inactive.png</file> <file alias="app_icon">resources/mo_icon.png</file> <file alias="package">resources/package.png</file> - <file alias="instance_switch">resources/switch-instance-icon.png</file> + <file alias="instance_switch">resources/switch-instance-icon.png</file> + <file alias="open_folder">resources/open-Folder-Icon.png</file> </qresource> <qresource prefix="/MO/gui/content"> <file alias="plugin">resources/contents/jigsaw-piece.png</file> |
