entry: Add another input hint

This commit is contained in:
Guido Günther
2022-01-17 17:32:20 +01:00
parent e55ae67da6
commit 55cd225c74

View File

@ -46,7 +46,8 @@ class App(Gtk.Application):
] + terminal
hints = [
("OSK provided", Gtk.InputHints.INHIBIT_OSK)
("OSK provided", Gtk.InputHints.INHIBIT_OSK),
("Uppercase chars", Gtk.InputHints.UPPERCASE_CHARS),
]
purpose_timer = 0;