Do not hide input

This commit is contained in:
Luca 2023-07-21 10:13:00 +02:00
parent 6ab13cc55b
commit 2754790637
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class Window(Gtk.Window):
self.api = Api(config)
self.entry = Gtk.Entry()
self.entry.set_visibility(False)
self.entry.set_width_chars(32)
self.entry.connect('activate', self.on_entry_activate)
self.add(self.entry)