update ui

This commit is contained in:
arm64v8a
2023-06-05 14:34:15 +09:00
parent 1e9fa7eab4
commit 292a36eefb
18 changed files with 237 additions and 162 deletions

View File

@@ -31,7 +31,7 @@ namespace NekoGui_fmt {
return core;
};
QString DisplayCoreType() override { return NeedExternal(false) ? core : software_core_name; };
QString DisplayCoreType() override { return NeedExternal(true) == 0 ? software_core_name : core; };
QString DisplayAddress() override {
if (core == "internal") {