feat(core): add mutable config getter on the Context struct (#1803)

This commit is contained in:
Lucas Fernandes Nogueira
2021-05-12 11:17:52 -03:00
committed by GitHub
parent d36b726926
commit 144d6b9d4d
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri": patch
---
Adds a mutable `config` getter on the `Context` struct.