chore: remove flatpak message (#6768)

This commit is contained in:
pajlada
2026-01-25 14:29:48 +01:00
committed by GitHub
parent a9df1b2630
commit 7090bfaaee
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -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)";