Skip to content

Commit

Permalink
フルスクリーン時に画面下部が黒くなる問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Nov 16, 2024
1 parent d759e3e commit d90c72a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/commands/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ pub fn init(app: &mut App) {
#[tauri::command]
pub fn set_decoration(window: tauri::WebviewWindow, is_decorated: bool) {
let _ = window.set_fullscreen(!is_decorated);
let _ = window.set_decorations(is_decorated);
}

0 comments on commit d90c72a

Please sign in to comment.