UPD: Disable maximizing

Was causing some slight problems
This commit is contained in:
Robert Kossessa
2024-02-05 15:51:53 +01:00
parent 294b168822
commit cdcd403165
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ import { useStore } from '@/store'
const store = useStore()
const minimizable = ref(true)
const maximizable = ref(true)
const maximizable = ref(false)
const { electron } = window