aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authorRemy Raes <raes.remy@gmail.com>2022-09-23 18:45:18 +0200
committerRemy Raes <raes.remy@gmail.com>2022-09-23 18:45:18 +0200
commit69a68d88e20897199ee0c914d5708609bb42d6de (patch)
tree8fc27367875d013f4405d944928bd919ceabfae1 /src-vue
parente31f9bc40cda2a384e9f839c8c3cbcff8f90dadd (diff)
downloadFlightCore-69a68d88e20897199ee0c914d5708609bb42d6de.tar.gz
FlightCore-69a68d88e20897199ee0c914d5708609bb42d6de.zip
feat: window can be dragged through dragging app background
Diffstat (limited to 'src-vue')
-rw-r--r--src-vue/src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/App.vue b/src-vue/src/App.vue
index d179c462..de48fa04 100644
--- a/src-vue/src/App.vue
+++ b/src-vue/src/App.vue
@@ -4,7 +4,7 @@ import { appWindow } from '@tauri-apps/api/window';
</script>
<template>
- <div id="fc_bg__container"/>
+ <div id="fc_bg__container" data-tauri-drag-region />
<el-tabs class="fc_menu__tabs" type="card">
<el-tab-pane label="Play"><PlayView /></el-tab-pane>
<el-tab-pane label="Changelog">Changelog</el-tab-pane>