Skip to content

Commit

Permalink
Moved PLS display location
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlk96 committed Oct 11, 2024
1 parent fe21786 commit e4be76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/menu/MainToolbar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<v-btn class="text-grey" @click="showAboutDialog = true">About</v-btn>
<PLSTimer/>
<v-btn
v-if="!fullscreen"
type="icon"
Expand All @@ -15,7 +16,6 @@
@click="exitFullScreen"
></v-btn>
<clock class="mx-2 text-grey" />
<PLSTimer/>
<v-dialog v-model="showAboutDialog" max-width="730">
<v-card>
<v-card-title class="font-weight-light text-grey pl-6 pt-3">
Expand Down

0 comments on commit e4be76d

Please sign in to comment.