mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00: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
dcaf1b3373
commit
53f9d7d61a
1 changed files with 1 additions and 2 deletions
|
@ -727,8 +727,7 @@ void Config::ReadMultiplayerValues() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Config::ReadNetworkValues() {
|
void Config::ReadNetworkValues() {
|
||||||
qt_config->beginGroup(
|
qt_config->beginGroup(QString::fromStdString("Services"));
|
||||||
QString::fromUtf8(Settings::TranslateCategory(Settings::Category::Network)));
|
|
||||||
|
|
||||||
ReadCategory(Settings::Category::Network);
|
ReadCategory(Settings::Category::Network);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue