浏览代码

feat(windows): add window_classname, closes #7498
allow to customize the window class name instead of current value hard coded "Window Class"

* feat: add window_classname, closes #7498

* add changes file

* Update core/tauri-config-schema/schema.json

* Update tooling/cli/schema.json

Géraud-Loup 2 年之前
父节点
当前提交
e84f50bfbf
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .changes/window-class-name.md

+ 8 - 0
.changes/window-class-name.md

@@ -0,0 +1,8 @@
+---
+"tauri": 'minor:feat'
+"tauri-runtime-wry": 'minor:feat'
+"tauri-runtime": 'minor:feat'
+"tauri-utils": 'minor:feat'
+---
+
+Added the `window_classname` configuration option to `WindowBuilder`, `Window`, and `WindowConfig`. In order to set the name of the window class on Windows.