- more refactoring in the app

This commit is contained in:
Marius Stanciu
2021-01-29 02:40:10 +02:00
committed by Marius
parent 07ab8e08cc
commit e36a8a04a0
20 changed files with 49 additions and 49 deletions

View File

@@ -128,7 +128,7 @@ class Properties(AppTool):
obj_list = self.app.collection.get_selected()
if not obj_list:
self.app.inform.emit('[ERROR_NOTCL] %s' % _("No object is selected."))
self.app.ui.notebook.setTabText(2, _("Tools"))
self.app.ui.notebook.setTabText(2, _("Plugins"))
self.properties_frame.hide()
self.app.ui.notebook.setCurrentWidget(self.app.ui.project_tab)
return