mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-20 21:02:02 +03:00
10 lines
315 B
C
10 lines
315 B
C
|
|
||
|
#ifndef MIRALL_CONSTANTS_H
|
||
|
#define MIRALL_CONSTANTS_H
|
||
|
|
||
|
#define FOLDER_ICON "/usr/share/icons/oxygen/48x48/places/folder-favorites.png"
|
||
|
#define FOLDER_SYNC_ICON = "/usr/share/icons/oxygen/48x48/actions/folder-sync.png"
|
||
|
#define FOLDER_SYNC_ERROR = "/usr/share/icons/oxygen/48x48/places/folder-important.png"
|
||
|
|
||
|
#endif
|