Skip to content

Commit

Permalink
Merge pull request #37 from ericmehl/remove-gui-import
Browse files Browse the repository at this point in the history
Dispatch App : only load UI in "gui" mode
  • Loading branch information
ericmehl authored Oct 29, 2021
2 parents 6e48b57 + 6b0c3e2 commit 9b99625
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.56.0.1
## Bugs Squished
- Fixed error "This application failed to start because no Qt platform plugin could be initialized." when running `dispatch` app on a headless system.

# 0.56.0.0

## New Features
Expand Down
3 changes: 2 additions & 1 deletion startup/dispatch/menus.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import GafferDeadlineUI
if application["gui"].getTypedValue():
import GafferDeadlineUI

0 comments on commit 9b99625

Please sign in to comment.