From 6a6dd68a323bda00316d4fdeb8b9ca4d8a5a63ae Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Fri, 1 Aug 2025 18:31:47 -0400 Subject: [PATCH] Fixed Bug :) --- project/ui/app.slint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ui/app.slint b/project/ui/app.slint index 3c846f2..3506212 100644 --- a/project/ui/app.slint +++ b/project/ui/app.slint @@ -75,7 +75,7 @@ export component Prorater inherits Window { Button { text: "Calculate"; clicked => { - //calculate_msg = on_calculate(); + calculate_msg = on_calculate(); calculation.show(); } }