mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
feat: enable shadows by default for undecorated window on Windows (#732)
This commit is contained in:
5
.changes/windows-undecorated-shadow.md
Normal file
5
.changes/windows-undecorated-shadow.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tao": "minor"
|
||||
---
|
||||
|
||||
Enable shadows by default for undecorated window on Windows.
|
||||
@@ -63,7 +63,7 @@ impl Default for PlatformSpecificWindowBuilderAttributes {
|
||||
drag_and_drop: true,
|
||||
preferred_theme: None,
|
||||
skip_taskbar: false,
|
||||
decoration_shadow: false,
|
||||
decoration_shadow: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user