We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862a8d commit a176131Copy full SHA for a176131
1 file changed
ui/opensnitch/plugins/list_subscriptions/ui/bulk_edit_dialog.py
@@ -60,6 +60,7 @@
60
class BulkEditDialog(QtWidgets.QDialog, BulkEditDialogUI):
61
if TYPE_CHECKING:
62
rootLayout: QtWidgets.QVBoxLayout
63
+ buttons_layout: QtWidgets.QHBoxLayout
64
changes_section_bar: QtWidgets.QFrame
65
changes_section_label: QtWidgets.QLabel
66
selection_hint_label: QtWidgets.QLabel
0 commit comments