mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
4db363a03c
* feat: add visible_on_all_workspaces, closes #6589 * add changes file * Apply suggestions from code review * Update core/tauri-config-schema/schema.json * Update tooling/cli/schema.json --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
8 lines
189 B
Markdown
8 lines
189 B
Markdown
---
|
|
"tauri": 'minor:feat'
|
|
"tauri-runtime": 'minor'
|
|
"tauri-utils": 'minor:feat'
|
|
---
|
|
|
|
Added `visible_on_all_workspaces` configuration option to `WindowBuilder`, `Window`, and `WindowConfig`.
|