Skip to content

Commit df0df85

Browse files
committed
frontend: Update icons
1 parent 338318a commit df0df85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/ui/symbols.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ void show_symbols(iris::instance* iris) {
214214

215215
PushFont(iris->font_body);
216216

217-
if (Selectable(ICON_MS_ARROW_RIGHT " Go to this address")) {
217+
if (Selectable(ICON_MS_ARROW_FORWARD " Go to this address")) {
218218
iris->show_ee_control = true;
219219
iris->ee_control_follow_pc = false;
220220
iris->ee_control_address = symbol.addr;
221221
}
222222

223-
if (Selectable(ICON_MS_CIRCLE " Set a breakpoint here")) {
223+
if (Selectable(ICON_MS_ADD_CIRCLE " Set a breakpoint here")) {
224224
breakpoint b;
225225

226226
b.addr = symbol.addr;

0 commit comments

Comments
 (0)