2
0
forked from Ivasoft/DSView

change icons for sample modes

This commit is contained in:
DreamSourceLab
2023-06-06 14:38:16 +08:00
parent eb783ca690
commit 79b659fe49
10 changed files with 236 additions and 232 deletions

View File

@@ -39,9 +39,9 @@
#include "../ui/langresource.h"
#include "../view/view.h"
#define SINGLE_ACTION_ICON "/oneloop.svg"
#define SINGLE_ACTION_ICON "/once.svg"
#define REPEAT_ACTION_ICON "/repeat.svg"
#define LOOP_ACTION_ICON "/update.svg"
#define LOOP_ACTION_ICON "/loop.svg"
using std::map;
using std::max;