File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ pub async fn init_window(app: &AppHandle) -> tauri::Result<Window> {
63
63
if !window. is_devtools_open ( ) {
64
64
window. open_devtools ( )
65
65
}
66
-
66
+ window . set_focus ( ) ? ;
67
67
Ok ( window)
68
68
}
Original file line number Diff line number Diff line change 48
48
{
49
49
"fullscreen" : false ,
50
50
"resizable" : false ,
51
- "alwaysOnTop" : true ,
52
51
"title" : " UnityExtractor" ,
53
52
"width" : 328 ,
54
53
"height" : 648
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ const meta = computed(() => {
81
81
<v-card-subtitle >
82
82
{{ description }} | {{ meta.join(", ") }}
83
83
</v-card-subtitle >
84
- <v-card-text class =" align-center pa-2" style =" flex-grow : 1 " >
84
+ <v-card-text class =" align-center pa-2 h-0 " style =" flex : 1 " >
85
85
<v-row
86
86
:id ="
87
87
previewMode == PreviewMode.Image
@@ -90,7 +90,7 @@ const meta = computed(() => {
90
90
"
91
91
align =" center"
92
92
align-content =" center"
93
- class =" fill-height ma-0"
93
+ class =" h-100 ma-0 pa-1 "
94
94
justify =" center"
95
95
no-gutters
96
96
>
You can’t perform that action at this time.
0 commit comments