mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
Prestium: remove temp detect
This commit is contained in:
parent
b274c36002
commit
a88595b42e
1 changed files with 0 additions and 8 deletions
|
@ -10,13 +10,5 @@
|
|||
|
||||
bool Prestium::detect()
|
||||
{
|
||||
// Temporary detect
|
||||
if (Utils::fileExists("/etc/hostname")) {
|
||||
QByteArray data = Utils::fileOpen("/etc/hostname");
|
||||
if (data == "prestium\n") {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return QSysInfo::prettyProductName().contains("Prestium");
|
||||
}
|
Loading…
Reference in a new issue