Use flatpak-spawn to run streamlink when running as a flatpak (#3178)
Co-authored-by: Leon Richardt <leon.richardt@gmail.com> Co-authored-by: Paweł <zneix@zneix.eu>
This commit is contained in:
@@ -71,4 +71,9 @@ const bool &Version::isSupportedOS() const
|
||||
return this->isSupportedOS_;
|
||||
}
|
||||
|
||||
bool Version::isFlatpak() const
|
||||
{
|
||||
return QFileInfo::exists("/.flatpak-info");
|
||||
}
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user