aboutsummaryrefslogtreecommitdiff
path: root/libdino/src
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2023-02-09 12:30:02 +0100
committerfiaxh <git@lightrise.org>2023-02-09 12:35:50 +0100
commit9bf304095c1acd14e10c499585057695d413ef06 (patch)
tree1b7294cbfeaa46dcec9f009ac61cbc513fafbe20 /libdino/src
parente554f90ff92d6818ca399983e47d54b89352d5a2 (diff)
downloaddino-9bf304095c1acd14e10c499585057695d413ef06.tar.gz
dino-9bf304095c1acd14e10c499585057695d413ef06.zip
Remove spell check setting
As there is currently no spell check support for GTK4
Diffstat (limited to 'libdino/src')
-rw-r--r--libdino/src/entity/settings.vala1
1 files changed, 1 insertions, 0 deletions
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_; }