From b51a0daef7dd14ad9aaf19e70bff4b6db128f32e Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Fri, 27 Mar 2026 10:31:53 +0100 Subject: [PATCH] ShowAi nicht standardhaft deaktiivert --- BeWo/BeWoApp.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index d21bb8219..dcdcf5497 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -658,8 +658,8 @@ namespace BeWo AppSettings.AllowStorno = true; AppSettings.AllowXRechnung = true; - AppSettings.ShowAI = false; - AppSettings.ShowAIVoice = false; + //AppSettings.ShowAI = false; + //AppSettings.ShowAIVoice = false; AppSettings.ShowWorktime = true; AppSettings.ShowPersehImport = true;