Skip to content

Commit

Permalink
Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yossTheDev committed Aug 29, 2023
1 parent e2805e6 commit fcc595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ watch(message, () => {
}
});
/* Show Status Bar */
onMounted(() => {
/* Show Status Bar */
StatusBar.show();
StatusBar.setOverlaysWebView({ overlay: false });
Expand Down

0 comments on commit fcc595c

Please sign in to comment.