mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-11 19:00:04 +01:00
allow display modes to fallback to other display modes before default
This commit is contained in:
@@ -42,7 +42,7 @@ class ShaderQuickPresetPlugin(ActionsPlugin,DisplayPlugin): #,SequencePlugin):
|
||||
|
||||
# DisplayPlugin methods
|
||||
def get_display_modes(self):
|
||||
return ['QUIKSHDR','NAV_QKSH']
|
||||
return ['QUIKSHDR',['NAV_QKSH','PLAY_SHADER']]
|
||||
|
||||
def show_plugin(self, display, display_mode):
|
||||
from tkinter import Text, END
|
||||
|
||||
Reference in New Issue
Block a user