citra_qt: Rename default theme from Light to System

This commit is contained in:
Kleidis 2025-03-04 14:29:28 +01:00 committed by OpenSauce
parent 43dbe42b29
commit f81205b941

View File

@ -7,8 +7,8 @@
namespace UISettings {
const Themes themes{{
{"Light", "default"},
{"Light Colorful", "colorful"},
{"System", "default"},
{"System With Colorful Icons", "colorful"},
{"Dark", "qdarkstyle"},
{"Dark Colorful", "colorful_dark"},
{"Midnight Blue", "qdarkstyle_midnight_blue"},