File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -945,6 +945,19 @@ class Toolbar {
945945 const saveButtonAdvanced = docById ( 'saveButtonAdvanced' ) ;
946946 if ( saveButton ) saveButton . style . display = this . activity . beginnerMode ? "block" : "none" ;
947947 if ( saveButtonAdvanced ) saveButtonAdvanced . style . display = this . activity . beginnerMode ? "none" : "block" ;
948+ activity . toolbar . renderSaveIcons (
949+ activity . save . saveHTML . bind ( activity . save ) ,
950+ doSVG ,
951+ activity . save . saveSVG . bind ( activity . save ) ,
952+ activity . save . saveMIDI . bind ( activity . save ) ,
953+ activity . save . savePNG . bind ( activity . save ) ,
954+ activity . save . saveWAV . bind ( activity . save ) ,
955+ activity . save . saveLilypond . bind ( activity . save ) ,
956+ activity . save . saveAbc . bind ( activity . save ) ,
957+ activity . save . saveMxml . bind ( activity . save ) ,
958+ activity . save . saveBlockArtwork . bind ( activity . save ) ,
959+ activity . save . saveBlockArtworkPNG . bind ( activity . save )
960+ ) ;
948961 } ;
949962
950963 // Handle mode switching
You can’t perform that action at this time.
0 commit comments