Skip to content

Commit

Permalink
ui: Disable spellcheck and emoji chooser for the tag entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ahodesuka committed Aug 27, 2022
1 parent 43baedd commit 42e16f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/ahoviewer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<property name="primary-icon-activatable">False</property>
<property name="placeholder-text" translatable="yes">search...</property>
<property name="completion">Booru::Browser::TagEntryCompletion</property>
<property name="input-hints">GTK_INPUT_HINT_NO_SPELLCHECK | GTK_INPUT_HINT_NO_EMOJI</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down Expand Up @@ -2191,4 +2192,4 @@
</popup>
</ui>
</object>
</interface>
</interface>

0 comments on commit 42e16f9

Please sign in to comment.