diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.cpp b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.cpp
index 79911872..aa4c744a 100644
--- a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.cpp
+++ b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.cpp
@@ -53,6 +53,7 @@ SettingsTab::SettingsTab(QWidget *parent)
connect(ui_.buttonInternetOn, &QPushButton::clicked, []() { app().grpc().sendEvent(newInternetStatusEvent(true)); });
connect(ui_.buttonInternetOff, &QPushButton::clicked, []() { app().grpc().sendEvent(newInternetStatusEvent(false)); });
connect(ui_.buttonShowMainWindow, &QPushButton::clicked, []() { app().grpc().sendEvent(newShowMainWindowEvent()); });
+ connect(ui_.buttonNoKeychain, &QPushButton::clicked, []() { app().grpc().sendEvent(newHasNoKeychainEvent()); });
connect(ui_.buttonAPICertIssue, &QPushButton::clicked, []() { app().grpc().sendEvent(newApiCertIssueEvent()); });
connectAddressError(ui_.buttonNoActiveKeyForRecipient, ui_.editAddressErrors, newNoActiveKeyForRecipientEvent);
connectAddressError(ui_.buttonAddressChanged, ui_.editAddressErrors, newAddressChangedEvent);
diff --git a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.ui b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.ui
index 98047ffe..f03000a6 100644
--- a/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.ui
+++ b/internal/frontend/bridge-gui/bridge-gui-tester/Tabs/SettingsTab.ui
@@ -6,8 +6,8 @@
0
0
- 1212
- 857
+ 1214
+ 864
@@ -614,95 +614,6 @@
Bug Report
- -
-
-
-
- 0
- 0
-
-
-
-
- 250
- 0
-
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- true
-
-
-
- -
-
-
- Address
-
-
-
- -
-
-
- -
-
-
- ?
-
-
-
- -
-
-
- -
-
-
- Description
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
-
-
-
- -
-
-
- -
-
-
- Include Logs
-
-
-
- -
-
-
- OS Version
-
-
-
- -
-
-
- -
-
-
- true
-
-
-
-
@@ -725,9 +636,6 @@
- -
-
-
-
@@ -735,11 +643,55 @@
+ -
+
+
+ Address
+
+
+
+ -
+
+
+ Email Cient
+
+
+
+ -
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ true
+
+
+
+ -
+
+
+ Include Logs
+
+
+
-
Description
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
+
-
@@ -761,6 +713,13 @@
+ -
+
+
+ ?
+
+
+
-
@@ -780,10 +739,10 @@
- -
-
+
-
+
- Email Cient
+ OS Version
@@ -852,37 +811,47 @@
-
-
-
-
-
-
- Internet Off
-
-
-
- -
+
+
-
Internet On
- -
+
-
Show Main Window
- -
+
-
+
+
+ Internet Off
+
+
+
+ -
- API cert. Issue
+ API Certficate Issue
+
+
+
+ -
+
+
+ No Keychain
+ -
+
+
-
@@ -1115,15 +1084,9 @@
editDependencyLicenseLink
editLandingPageLink
editDiskCachePath
- editOSType
editOSVersion
editEmailClient
- editAddress
- editDescription
spinEventDelay
- buttonInternetOff
- buttonInternetOn
- buttonShowMainWindow
checkIsPortFree
checkNextBugReportWillSucceed