diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-09-23 18:45:18 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-09-23 18:45:18 +0200 |
commit | 69a68d88e20897199ee0c914d5708609bb42d6de (patch) | |
tree | 8fc27367875d013f4405d944928bd919ceabfae1 /src-vue/src | |
parent | e31f9bc40cda2a384e9f839c8c3cbcff8f90dadd (diff) | |
download | FlightCore-69a68d88e20897199ee0c914d5708609bb42d6de.tar.gz FlightCore-69a68d88e20897199ee0c914d5708609bb42d6de.zip |
feat: window can be dragged through dragging app background
Diffstat (limited to 'src-vue/src')
-rw-r--r-- | src-vue/src/App.vue | 2 |
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> |