add an interactive console QML definition
This commit is contained in:
parent
ce814a5285
commit
d5f156e968
@ -280,6 +280,9 @@ void ShellPackage::initPackage(Plasma::Package *package)
|
||||
//Widget explorer
|
||||
package->addFileDefinition("widgetexplorer", "explorer/WidgetExplorer.qml", i18n("Widgets explorer UI"));
|
||||
|
||||
package->addFileDefinition("interactiveconsole", "InteractiveConsole.qml",
|
||||
i18n("A UI for writing, loading and running desktop scripts in the current live session"));
|
||||
|
||||
//package->setRequired("mainscript", true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user