Hide "QR-code" button from config import menu for Android devices without camera

This commit is contained in:
albexk 2024-01-20 18:16:45 +03:00
parent 3e02dfef63
commit 2b61c48303
6 changed files with 25 additions and 2 deletions

View file

@ -59,6 +59,8 @@ public slots:
bool isScreenshotsEnabled();
void toggleScreenshotsEnabled(bool enable);
bool isCameraPresent();
signals:
void primaryDnsChanged();
void secondaryDnsChanged();