mirror of https://git.suyu.dev/suyu/suyu
Compare commits
1 Commits
a0daa93c17
...
99b0e75226
Author | SHA1 | Date |
---|---|---|
cass_058 | 99b0e75226 |
|
@ -114,7 +114,7 @@ void LogSettings() {
|
|||
LOG_INFO(Config, "{}: {}", name, Common::FS::PathToUTF8String(path));
|
||||
};
|
||||
|
||||
LOG_INFO(Config, "suyu Configuration:");
|
||||
LOG_INFO(Config, "yuzu Configuration:");
|
||||
for (auto& [category, settings] : values.linkage.by_category) {
|
||||
for (const auto& setting : settings) {
|
||||
if (setting->Id() == values.yuzu_token.Id()) {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>suyu Configuration</string>
|
||||
<string>yuzu Configuration</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
|
|
Loading…
Reference in New Issue