mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
7aeac39e7f
* feat(core): make setting of gtk app id optional * Fix change file * Update .changes/linux-option-gtk-app-id.md Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> * [skip ci] Update linux-option-gtk-app-id.md * Update app.rs * Update app.rs --------- Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
7 lines
179 B
Markdown
7 lines
179 B
Markdown
---
|
|
"tauri-utils": "patch:enhance"
|
|
"tauri": "patch:enhance"
|
|
---
|
|
|
|
Make the set of gtk application id optional, to allow more then one instance of the app running at the same time.
|