We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa220dc commit ad163b2Copy full SHA for ad163b2
nlightreader/widgets/NlightContainers/content_container.py
@@ -26,7 +26,7 @@ def __init__(self):
26
27
self._fetch_error_widget = TransparentPushButton(
28
FluentIcon.CLOUD,
29
- translate("Message", "No connection")
+ translate("Message", "No connection"),
30
)
31
self._fetch_error_widget.setEnabled(False)
32
self._fetch_error_widget.setVisible(False)
0 commit comments