Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Improve error message wording for opacity filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaston100 committed Jun 8, 2020
1 parent 443b50e commit 4935ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def setupFaderEvents(action, channel, NoC, VoV, msgType, deviceID):
action = jsonArchive["SetOpacity"] % (source, filtername, "%s")
saveFaderToFile(channel, msgType, NoC, VoV, "fader" , action, [0, 100], "SetOpacity", deviceID)
else:
print("The selected source has no Color Correction filter. Please add it in the source filter dialog and try again.")
print("The selected source has no Color Correction filter with the name 'miditoobs-opacity'. Please add it in the source filter dialog and try again.")

def setupButtonEvents(action, channel, NoC, VoV, msgType, deviceID):
print()
Expand Down

0 comments on commit 4935ae6

Please sign in to comment.