Skip to content

Commit 4623471

Browse files
committed
Removed settings button from toolbar.
1 parent b8e9b43 commit 4623471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arho_feature_template/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def initGui(self) -> None: # noqa N802
168168
text="Asetukset",
169169
triggered_callback=self.open_settings,
170170
add_to_menu=True,
171-
add_to_toolbar=True,
171+
add_to_toolbar=False,
172172
status_tip="Säädä pluginin asetuksia",
173173
)
174174

0 commit comments

Comments
 (0)