removed 'bool_*' attributes

This commit is contained in:
iLLiCiTiT 2021-09-28 12:55:46 +02:00
parent 4ab065c366
commit b3a7cd8cfd

View file

@ -9,10 +9,6 @@ class WidgetUserIdle(QtWidgets.QWidget):
def __init__(self, module):
super(WidgetUserIdle, self).__init__()
self.bool_is_showed = False
self.bool_not_stopped = True
self.module = module
self.setWindowTitle("OpenPype - Stop timers")
icon = QtGui.QIcon(resources.get_openpype_icon_filepath())
@ -28,6 +24,8 @@ class WidgetUserIdle(QtWidgets.QWidget):
self._countdown = 0
self._countdown_start = 0
self.module = module
msg_info = "You didn't work for a long time."
msg_question = "Would you like to stop Timers?"
msg_stopped = (