diff options
author | fiaxh <git@lightrise.org> | 2023-02-09 12:30:02 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2023-02-09 12:35:50 +0100 |
commit | 9bf304095c1acd14e10c499585057695d413ef06 (patch) | |
tree | 1b7294cbfeaa46dcec9f009ac61cbc513fafbe20 /libdino/src/entity | |
parent | e554f90ff92d6818ca399983e47d54b89352d5a2 (diff) | |
download | dino-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/entity')
-rw-r--r-- | libdino/src/entity/settings.vala | 1 |
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_; } |