Revert the shader bank page to its previous configuration and add the modulation matrix page as a separate MOD_BANK

This commit is contained in:
Tristan Rowley
2020-03-07 17:07:32 +00:00
parent c9ac1bdfc4
commit 6bc4ce92d7
2 changed files with 34 additions and 0 deletions

View File

@@ -467,6 +467,7 @@ class Data(object):
display_modes.append(["SHADERS",'NAV_SHADERS'])
if self.settings['shader']['USE_SHADER_BANK']['value'] == 'enabled' and ["SHADERS",'NAV_SHADERS'] in display_modes:
display_modes.append(["SHDR_BNK",'PLAY_SHADER'])
display_modes.append(["MOD_BNK","NAV_SHADERS"])
if self.settings['detour']['TRY_DEMO']['value'] == 'enabled':
display_modes.append(["FRAMES",'NAV_DETOUR'])
if self.settings['system'].setdefault('USE_PLUGINS',