1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2025-01-13 02:12:46 +01:00

Merge pull request #175 from lambcode/master

Move the break screen window after presenting
This commit is contained in:
Gobinath 2017-07-23 18:08:42 -04:00 committed by GitHub
commit 3d779f2524

View File

@ -182,10 +182,10 @@ class BreakScreen:
# Fix flickering screen in KDE by setting opacity to 1
window.set_opacity(0.9)
window.move(x, y)
window.stick()
window.set_keep_above(True)
window.present()
window.move(x, y)
window.fullscreen()
def __update_count_down(self, count):