mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
reverse logic of action history
This commit is contained in:
parent
3b18458cac
commit
b2cbfe98d9
1 changed files with 3 additions and 3 deletions
|
|
@ -401,11 +401,11 @@ class LauncherWindow(QtWidgets.QDialog):
|
|||
|
||||
is_control_down = QtCore.Qt.ControlModifier & modifiers
|
||||
if is_control_down:
|
||||
# User is holding control, rerun the action
|
||||
self.run_action(action, session=session)
|
||||
else:
|
||||
# Revert to that "session" location
|
||||
self.set_session(session)
|
||||
else:
|
||||
# User is holding control, rerun the action
|
||||
self.run_action(action, session=session)
|
||||
|
||||
def get_current_session(self):
|
||||
if self._page == 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue