diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-02-27 11:02:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-27 11:02:34 +0100 |
| commit | a44100ada11a5e7a9849d4308bcb533bf65567ef (patch) | |
| tree | 2499044e60ebfb4044e1fe10204ef627d923e30b /src/resources.qrc | |
| parent | 756056fcc3fce44f9ceaccfb5e9f2e9c9c0257fb (diff) | |
| parent | c2e2be8ff7953c59cbf51024e3ff0249ad83387c (diff) | |
Merge pull request #1021 from Al12rs/log_changes
Various UI changes:
Diffstat (limited to 'src/resources.qrc')
| -rw-r--r-- | src/resources.qrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources.qrc b/src/resources.qrc index 5b143b45..c54d5bfc 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -33,6 +33,10 @@ <file alias="emblem_backup">resources/symbol-backup.png</file> <file alias="icon_tools">resources/applications-accessories.png</file> <file alias="problem">resources/emblem-unreadable.png</file> + <file alias="debug">resources/log-debug.png</file> + <file alias="checked-checkbox">resources/icons8-checked-checkbox.png</file> + <file alias="unchecked-checkbox">resources/icons8-unchecked-checkbox.png</file> + <file alias="indeterminate-checkbox">resources/icons8-indeterminate-checkbox.png</file> <file>resources/internet-web-browser.png</file> <file alias="update">resources/system-software-update.png</file> <file alias="help">resources/help-browser_32.png</file> |
