Skip to content

Commit

Permalink
Merge pull request #119 from com-pas/locamation-plugin-default
Browse files Browse the repository at this point in the history
Default Locamation Plugin disabled.
  • Loading branch information
Flurb authored Feb 21, 2022
2 parents ca428ac + 67b1459 commit 8906bbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion public/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const officialPlugins = [
name: 'Locamation VMU',
src: '/src/menu/LocamationVMU.js',
icon: 'edit_note',
default: true,
default: false,
kind: 'menu',
requireDoc: true,
position: 'middle'
Expand Down
19 changes: 0 additions & 19 deletions test/integration/__snapshots__/open-scd.test.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,24 +287,6 @@ snapshots["open-scd looks like its snapshot"] =
<mwc-linear-progress indeterminate="">
</mwc-linear-progress>
</mwc-list-item>
<mwc-list-item
aria-disabled="true"
class="middle"
disabled=""
graphic="icon"
iconid="edit_note"
mwc-list-item=""
tabindex="-1"
>
<mwc-icon slot="graphic">
edit_note
</mwc-icon>
<span>
Locamation VMU
</span>
<mwc-linear-progress indeterminate="">
</mwc-linear-progress>
</mwc-list-item>
<li
divider=""
padded=""
Expand Down Expand Up @@ -980,7 +962,6 @@ snapshots["open-scd looks like its snapshot"] =
hasmeta=""
left=""
mwc-list-item=""
selected=""
tabindex="-1"
value="/src/menu/LocamationVMU.js"
>
Expand Down

0 comments on commit 8906bbe

Please sign in to comment.