mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-01-19 01:24:12 +01:00
feat: ✨ Use the new interface design
This commit is contained in:
parent
3e3fc34f90
commit
b08021b319
@ -64,8 +64,8 @@ function createWindow() {
|
||||
show: false,
|
||||
width: 700,
|
||||
minWidth: 700,
|
||||
height: 600,
|
||||
minHeight: 600,
|
||||
height: 500,
|
||||
minHeight: 500,
|
||||
autoHideMenuBar: true,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'preload.mjs'),
|
||||
|
@ -34,6 +34,7 @@
|
||||
}"
|
||||
>
|
||||
</PreferenceForm>
|
||||
<div class="h-4"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user