encrypted messages now are displayed in the feed
This commit is contained in:
parent
637eb702a8
commit
0a530bfa93
34 changed files with 439 additions and 245 deletions
|
@ -16,8 +16,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef SHARED_ICONS_H
|
||||
#define SHARED_ICONS_H
|
||||
#pragma once
|
||||
|
||||
#include <QIcon>
|
||||
|
||||
|
@ -175,8 +174,9 @@ static const std::map<QString, std::pair<QString, QString>> icons = {
|
|||
{"unfavorite", {"draw-star", "unfavorite"}},
|
||||
{"list-add", {"list-add", "add"}},
|
||||
{"folder", {"folder", "folder"}},
|
||||
{"document-preview", {"document-preview", "document-preview"}}
|
||||
{"document-preview", {"document-preview", "document-preview"}},
|
||||
{"secure", {"security-high", "shield"}},
|
||||
{"lock", {"lock", "lock"}},
|
||||
{"unlock", {"unlock", "unlock"}}
|
||||
};
|
||||
}
|
||||
|
||||
#endif // SHARED_ICONS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue