added image to label and duplicate names will be renamed on upload

This commit is contained in:
paul
2024-09-28 21:50:30 +05:30
parent e12d76a7bc
commit d5ba357265
6 changed files with 83 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ const Themes = {
class AnalogTimePicker extends TkinterBase{
static widgetType = "analogue_timepicker"
static widgetType = "analog_timepicker"
static requiredImports = [
...TkinterBase.requiredImports,