mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 01:17:32 +01:00
config(qt): Fix name of network category
Turns out the network interface is in the Services category. Can't wait get rid of this whole config. Addresses yuzu-emu/yuzu/issues/11205
This commit is contained in:
parent
09e265c116
commit
32b4d63a5b
@ -727,8 +727,7 @@ void Config::ReadMultiplayerValues() {
|
||||
}
|
||||
|
||||
void Config::ReadNetworkValues() {
|
||||
qt_config->beginGroup(
|
||||
QString::fromUtf8(Settings::TranslateCategory(Settings::Category::Network)));
|
||||
qt_config->beginGroup(QString::fromStdString("Services"));
|
||||
|
||||
ReadCategory(Settings::Category::Network);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user