mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
update ui
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user