From a6573203e1fb735450805798ba7d47f5dd12d02f Mon Sep 17 00:00:00 2001 From: Johnathan Sharratt Date: Sun, 3 Mar 2024 23:50:24 +1100 Subject: [PATCH] Minor tweak to gui --- crates/web/dist/index.html | 2 +- crates/web/src/render/send_money.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/web/dist/index.html b/crates/web/dist/index.html index 40abdedb..83722e82 100644 --- a/crates/web/dist/index.html +++ b/crates/web/dist/index.html @@ -1 +1 @@ -Immutable Bank \ No newline at end of file +Immutable Bank \ No newline at end of file diff --git a/crates/web/src/render/send_money.rs b/crates/web/src/render/send_money.rs index 0ae88700..3341e0da 100644 --- a/crates/web/src/render/send_money.rs +++ b/crates/web/src/render/send_money.rs @@ -69,6 +69,7 @@ impl LocalApp { .ui(ui); let res = egui::TextEdit::singleline(&mut self.to_bank).ui(ui); + self.to_bank = self.to_bank.to_lowercase(); if focus_to { if !is_mobile(ui) {