diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-02 15:33:27 +0200 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-12 20:15:55 -0600 |
| commit | 01e1232cf85f09efde780537bbbca40fd6f0c097 (patch) | |
| tree | e08ae73ee00d11a494efc05b731202d320687d16 /src/resources.qrc | |
| parent | 8d6c715672023577dca5a6528ff49081dede1052 (diff) | |
Added new "loose files overwrite archive" icon and all the flags.
The logic to show it is still missing until the other issues are fixed.
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 1dccce0b..dff1ad72 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -47,7 +47,8 @@ <file alias="emblem_conflict_mixed">resources/conflict-mixed.png</file> <file alias="emblem_conflict_overwrite">resources/conflict-overwrite.png</file> <file alias="emblem_conflict_overwritten">resources/conflict-overwritten.png</file> - <file alias="emblem_conflict_redundant">resources/conflict-redundant.png</file> + <file alias="emblem_conflict_redundant">resources/conflict-redundant.png</file> + <file alias="emblem_conflict_loose_overwrite_archive">resources/conflict-overwrite-blue.png</file> <file alias="emblem_notes">resources/accessories-text-editor.png</file> <file alias="version_date">resources/x-office-calendar.png</file> <file alias="warning_16">resources/dialog-warning_16.png</file> |
