wip i18n editor
can be accessed with: app.appRoute("lzedit")
This commit is contained in:
parent
34a1c5353f
commit
b5074cfe6f
4 changed files with 105 additions and 0 deletions
|
@ -120,6 +120,11 @@ export class BrowserWindow {
|
|||
"components/settings-plugins-github",
|
||||
],
|
||||
appRoutes: [
|
||||
{
|
||||
page: "lzedit",
|
||||
component: `<i18n-editor></i18n-editor>`,
|
||||
condition: "$root.page == 'lzedit'",
|
||||
},
|
||||
{
|
||||
page: "library-recentlyadded",
|
||||
component: `<cider-recentlyadded></cider-recentlyadded>`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue