[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>
This commit is contained in:
parent
312c1cc0f6
commit
5af5214451
|
|
@ -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…
Reference in New Issue