Browse Source

[desktop] Move save option location in the Data Manager tool. (#2985)

Move the save option further away from the shader option to help alleviate users accidents when deleting data.

(I slipped and I accidentally deleted all my saves instead of shaders when testing so many builds)

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2985
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: John <john@eden-emu.dev>
Co-committed-by: John <john@eden-emu.dev>
pull/2986/head
John 1 month ago
committed by crueter
parent
commit
5af5214451
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      src/yuzu/data_dialog.cpp

2
src/yuzu/data_dialog.cpp

@ -32,11 +32,11 @@ DataDialog::DataDialog(QWidget *parent)
QStringLiteral(#name), \
this));
WIDGET(Saves)
WIDGET(Shaders)
WIDGET(UserNand)
WIDGET(SysNand)
WIDGET(Mods)
WIDGET(Saves)
#undef WIDGET

Loading…
Cancel
Save