mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Recognise OpenBSD on login page
This commit is contained in:
parent
f13543c272
commit
63c17d78cb
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ public:
|
||||||
return "Nheko on Windows";
|
return "Nheko on Windows";
|
||||||
#elif defined(Q_OS_FREEBSD)
|
#elif defined(Q_OS_FREEBSD)
|
||||||
return "Nheko on FreeBSD";
|
return "Nheko on FreeBSD";
|
||||||
|
#elif defined(Q_OS_OPENBSD)
|
||||||
|
return "Nheko on OpenBSD";
|
||||||
#else
|
#else
|
||||||
return "Nheko";
|
return "Nheko";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue