mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed 'bool_*' attributes
This commit is contained in:
parent
4ab065c366
commit
b3a7cd8cfd
1 changed files with 2 additions and 4 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue