refactor: make format_dialog_content method public, use it in the extensions menu

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-05-20 19:27:35 +02:00
parent 0dfe7672b8
commit 017f1d4597
7 changed files with 22 additions and 15 deletions

View File

@@ -4,6 +4,6 @@
"module": "gcode_shell_cmd_extension",
"maintained_by": "dw-0",
"display_name": "G-Code Shell Command",
"description": "Allows to run a shell command from gcode."
"description": ["Run a shell commands from gcode."]
}
}