tauri-apps/tauri

[feat] Add windows settings description text

Closed this issue · 0 comments

Describe the problem

The tauri.config.json.bundle.shortDescription currently corresponds to the text framed with the red rectangle on the attached screenshot.

tauri-bundle-short-description

I'd like an ability to set a text framed with the green rectangle.

This settings are available in "Taskbar Settings" under "Select the icons displayed on the taskbar" link. I'm not 100% sure about the exact wording as my system is not in english.

Describe the solution you'd like

Breaking:

  1. tauri.config.json.bundle.shortDescription becomes the text on the bottom
  2. Add tauri.config.json.bundle.appName that becomes text on the top

Non-breaking:

Add a new key to tauri.config.json.bundle that corresponds to the text on the bottom

Alternatives considered

No response

Additional context

Windows 10, idk if Windows 11