don't have window always be on top

This commit is contained in:
Peter F. Patel-Schneider 2019-12-24 12:34:24 -05:00 committed by Filipe Laíns
parent 26c5a5f9ba
commit 4678f52293
1 changed files with 0 additions and 1 deletions

View File

@ -337,7 +337,6 @@ def _create():
# window.set_type_hint(Gdk.WindowTypeHint.UTILITY)
# window.set_skip_taskbar_hint(True)
# window.set_skip_pager_hint(True)
window.set_keep_above(True)
window.connect('delete-event', _hide)
vbox = _create_window_layout()