From 9bf304095c1acd14e10c499585057695d413ef06 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Thu, 9 Feb 2023 12:30:02 +0100 Subject: [PATCH] Remove spell check setting As there is currently no spell check support for GTK4 --- libdino/src/entity/settings.vala | 1 + main/data/settings_dialog.ui | 14 +--- main/src/ui/chat_input/spell_checker.vala | 80 ----------------------- main/src/ui/settings_dialog.vala | 3 - 4 files changed, 2 insertions(+), 96 deletions(-) delete mode 100644 main/src/ui/chat_input/spell_checker.vala diff --git a/libdino/src/entity/settings.vala b/libdino/src/entity/settings.vala index 97ea5482..0b09e9b9 100644 --- a/libdino/src/entity/settings.vala +++ b/libdino/src/entity/settings.vala @@ -67,6 +67,7 @@ public class Settings : Object { } } + // There is currently no spell checking for GTK4, thus there is currently no UI for this setting. private bool check_spelling_; public bool check_spelling { get { return check_spelling_; } diff --git a/main/data/settings_dialog.ui b/main/data/settings_dialog.ui index 00870ebb..a8b24135 100644 --- a/main/data/settings_dialog.ui +++ b/main/data/settings_dialog.ui @@ -2,7 +2,7 @@