Skip to content

Commit

Permalink
fix: disable notes
Browse files Browse the repository at this point in the history
Notes are disabled to avoid confusion with Cozy Notes
  • Loading branch information
Ldoppea committed Nov 26, 2021
1 parent 72d7754 commit 0c2fd0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App/Pages/Vault/AddEditPage.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<pages:BaseContentPage
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
Expand Down Expand Up @@ -575,6 +575,9 @@
</StackLayout>
<BoxView StyleClass="box-row-separator" />
</StackLayout>
<!-- Cozy customization -->
<!-- Notes are disabled to avoid confusion with Cozy Notes -->
<!--
<StackLayout StyleClass="box">
<StackLayout StyleClass="box-row-header">
<Label Text="{u:I18n Notes, Header=True}"
Expand All @@ -589,6 +592,7 @@
</StackLayout>
<BoxView StyleClass="box-row-separator" IsVisible="{Binding ShowNotesSeparator}" />
</StackLayout>
-->
<StackLayout StyleClass="box">
<StackLayout StyleClass="box-row-header">
<Label Text="{u:I18n CustomFields, Header=True}"
Expand Down

0 comments on commit 0c2fd0d

Please sign in to comment.