mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Unnecessary and wrong manual set
This commit is contained in:
parent
3bc92d88f0
commit
9713852deb
1 changed files with 0 additions and 1 deletions
|
|
@ -439,7 +439,6 @@ class PushToContextSelectWindow(QtWidgets.QWidget):
|
|||
|
||||
def _on_version_up_checkbox_change(self, state: int) -> None:
|
||||
self._controller._version_up = bool(state)
|
||||
self._version_up_checkbox.setChecked(bool(state))
|
||||
|
||||
def _on_user_input_timer(self):
|
||||
folder_name_enabled = self._new_folder_name_enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue