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 aeda9d3 commit 27a172fCopy full SHA for 27a172f
qfieldsync/qfield_sync.py
@@ -113,8 +113,8 @@ def __init__(self, iface):
113
self.actions = []
114
self.menu = self.tr("&QFieldSync")
115
# TODO: We are going to let the user set this up in a future iteration
116
- self.toolbar = self.iface.addToolBar("QFieldSync")
117
- self.toolbar.setObjectName("QFieldSync")
+ self.toolbar = self.iface.addToolBar(self.tr("QFieldSync Toolbar"))
+ self.toolbar.setObjectName("QFieldSync Toolbar")
118
119
# instance of the map config widget factory, shown in layer properties
120
self.mapLayerConfigWidgetFactory = MapLayerConfigWidgetFactory(
0 commit comments