Recognise OpenBSD on login page
This commit is contained in:
parent
f13543c272
commit
63c17d78cb
@ -97,6 +97,8 @@ public:
|
||||
return "Nheko on Windows";
|
||||
#elif defined(Q_OS_FREEBSD)
|
||||
return "Nheko on FreeBSD";
|
||||
#elif defined(Q_OS_OPENBSD)
|
||||
return "Nheko on OpenBSD";
|
||||
#else
|
||||
return "Nheko";
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user