Project names are now retrieved from the project settings using a virtual function in the BugbotServerAPI class.
This commit is contained in:
@@ -53,7 +53,7 @@ func fill_tags(tag_list:Array):
|
||||
printerr("Invalid tag array format.")
|
||||
return
|
||||
|
||||
__product_name.text = ProjectSettings.get_setting("application/config/name", __DEFAULT_PRODUCT_NAME)
|
||||
__product_name.text = __server_api._get_project_name()
|
||||
__fill_item_list(__version_button, BugbotServerAPI.BugbotTagArray.VERSION)
|
||||
__fill_item_list(__hardware_button, BugbotServerAPI.BugbotTagArray.HARDWARE)
|
||||
__fill_item_list(__os_button, BugbotServerAPI.BugbotTagArray.OS)
|
||||
|
||||
Reference in New Issue
Block a user