diff --git a/internal/frontend/bridge-gui/bridge-gui/Resources.qrc b/internal/frontend/bridge-gui/bridge-gui/Resources.qrc
index e2c6df5a..a1460606 100644
--- a/internal/frontend/bridge-gui/bridge-gui/Resources.qrc
+++ b/internal/frontend/bridge-gui/bridge-gui/Resources.qrc
@@ -74,7 +74,6 @@
../../../../dist/bridgeMacOS.svg
qml/KeychainSettings.qml
qml/LocalCacheSettings.qml
- qml/LinkLabel.qml
qml/MainWindow.qml
qml/NotificationDialog.qml
qml/NotificationPopups.qml
@@ -91,6 +90,7 @@
qml/Proton/ComboBox.qml
qml/Proton/Dialog.qml
qml/Proton/Label.qml
+ qml/Proton/LinkLabel.qml
qml/Proton/Menu.qml
qml/Proton/MenuItem.qml
qml/Proton/Popup.qml
diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/LinkLabel.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/LinkLabel.qml
similarity index 93%
rename from internal/frontend/bridge-gui/bridge-gui/qml/LinkLabel.qml
rename to internal/frontend/bridge-gui/bridge-gui/qml/Proton/LinkLabel.qml
index 0dae6e7f..4b9274e6 100644
--- a/internal/frontend/bridge-gui/bridge-gui/qml/LinkLabel.qml
+++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/LinkLabel.qml
@@ -10,12 +10,8 @@
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with Proton Mail Bridge. If not, see .
-import QtQml
import QtQuick
-import QtQuick.Layouts
import QtQuick.Controls
-import QtQuick.Controls.impl
-import "." as Proton
Label {
id: root
diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/qmldir b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/qmldir
index 4e6ccf3a..c866fc30 100644
--- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/qmldir
+++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/qmldir
@@ -28,6 +28,7 @@ CheckBox 4.0 CheckBox.qml
ComboBox 4.0 ComboBox.qml
Dialog 4.0 Dialog.qml
Label 4.0 Label.qml
+LinkLabel 4.0 LinkLabel.qml
Menu 4.0 Menu.qml
MenuItem 4.0 MenuItem.qml
Popup 4.0 Popup.qml