From 3e0b782ada589c5e452b92a9ba96c8fbff3bb498 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Fri, 5 Jan 2024 11:42:10 +0700 Subject: [PATCH] Properly name the QFieldSync toolbar --- qfieldsync/qfield_sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qfieldsync/qfield_sync.py b/qfieldsync/qfield_sync.py index 8a748d50..0fd24e83 100644 --- a/qfieldsync/qfield_sync.py +++ b/qfieldsync/qfield_sync.py @@ -113,8 +113,8 @@ def __init__(self, iface): self.actions = [] self.menu = self.tr("&QFieldSync") # TODO: We are going to let the user set this up in a future iteration - self.toolbar = self.iface.addToolBar("QFieldSync") - self.toolbar.setObjectName("QFieldSync") + self.toolbar = self.iface.addToolBar(self.tr("QFieldSync Toolbar")) + self.toolbar.setObjectName("QFieldSync Toolbar") # instance of the map config widget factory, shown in layer properties self.mapLayerConfigWidgetFactory = MapLayerConfigWidgetFactory(