Skip to content

Commit

Permalink
ui: hide prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
uhrjun committed Aug 26, 2024
1 parent 65a05d5 commit 623e72a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/components/Settings/ProfileSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@
/>
</template>
</Dialog>
<h1 class="font-semibold mt-12 mb-4">Preferences</h1>
<!-- <h1 class="font-semibold mt-12 mb-4">Preferences</h1>
<Switch v-model="foldersBefore" label="Group folders before files"></Switch>
<Switch
v-model="singleClick"
label="Single click to open files and folders"
></Switch>
<Switch v-model="editorNewTab" label="Open editors in new tab"></Switch>
></Switch> -->
</template>
<script>
import { Button, Input, Avatar, Dialog, FileUploader, Switch } from "frappe-ui"
Expand Down

0 comments on commit 623e72a

Please sign in to comment.