chore: remove flatpak message (#6768)
This commit is contained in:
@@ -167,11 +167,6 @@ void Version::generateRunningString()
|
||||
auto s = QString("Running on %1, kernel: %2")
|
||||
.arg(QSysInfo::prettyProductName(), QSysInfo::kernelVersion());
|
||||
|
||||
if (this->isFlatpak())
|
||||
{
|
||||
s += ", running from Flatpak";
|
||||
}
|
||||
|
||||
if (!this->isSupportedOS())
|
||||
{
|
||||
s += " (unsupported OS)";
|
||||
|
||||
Reference in New Issue
Block a user