From 5af5214451c789371d5abf964c7246a7a9f95ab7 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Nov 2025 18:46:30 +0100 Subject: [PATCH] [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 Reviewed-by: Caio Oliveira Co-authored-by: John Co-committed-by: John --- src/yuzu/data_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/data_dialog.cpp b/src/yuzu/data_dialog.cpp index 008e810eae..147c985f83 100644 --- a/src/yuzu/data_dialog.cpp +++ b/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