File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
133
133
134
134
// sharkpool
135
135
import sharkpoolPrintingIcon from './penguinmod/extensions/printing.png' ;
136
+ import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg' ;
136
137
137
138
// events
138
139
import jgStorageExtensionIcon from './penguinmod/extensions/storage.png' ;
@@ -1298,9 +1299,9 @@ if (IsLocal || IsLiveTests) {
1298
1299
{
1299
1300
name : 'Scripts' ,
1300
1301
extensionId : 'jgScripts' ,
1301
- iconURL : defaultExtensionIcon ,
1302
+ iconURL : jgScriptsExtensionIcon ,
1302
1303
tags : [ 'penguinmod' ] ,
1303
- description : 'In development. Create compiled scripts with blocks while the project is running.' ,
1304
+ description : 'Create compiled scripts with blocks while the project is running.' ,
1304
1305
featured : true
1305
1306
} ,
1306
1307
{
You can’t perform that action at this time.
0 commit comments