Update UI again

This commit is contained in:
2025-02-15 12:03:15 +01:00
parent c237a9af45
commit d72d8bd84a
2 changed files with 66 additions and 28 deletions

View File

@@ -14,6 +14,7 @@ export component MainWindow inherits Window {
// Convert Image values
in-out property file_tab_browse_path <=> file_tab.conv_image_path;
in-out property file_tab_image_data <=> file_tab.conv_image_data;
callback file_tab_browse_convert_image <=> file_tab.conv_image_browse_clicked;
title: "TIM Tool 0.1.0";