Skip to content

Commit

Permalink
show development bar if in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
metkm committed Jan 28, 2023
1 parent da9f128 commit 633fe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ event.listen("tauri://update-status", (res) => {

<template>
<TitleBar />
<!-- <DevRouter v-if="ISDEV" /> -->
<DevRouter v-if="ISDEV" />

<div class="flex-1 overflow-hidden">
<suspense>
Expand Down

0 comments on commit 633fe36

Please sign in to comment.