From 27a172f4fe1952f3ecdac6ecea7ce592b93c1972 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 f4c7d1df..17ba8a55 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(