From 6596db677597664f12492b6ed6a97b9b05cb0ca5 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 1 Jul 2025 13:10:41 +0530 Subject: [PATCH] feat: disable cursor switch on text inputs --- App.axaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/App.axaml b/App.axaml index dc1cd93..1da032c 100644 --- a/App.axaml +++ b/App.axaml @@ -2,10 +2,16 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="highminded.App" RequestedThemeVariant="Default"> - + + + + \ No newline at end of file