mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-05 12:25:10 +02:00
Publish New Versions (v2) (#688)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
committed by
GitHub
parent
e438e0a62d
commit
d4d1633c4d
@@ -35,10 +35,10 @@ class FilePickerOptions {
|
||||
|
||||
@InvokeArg
|
||||
class MessageOptions {
|
||||
var title: String?
|
||||
var title: String? = null
|
||||
lateinit var message: String
|
||||
var okButtonLabel: String?
|
||||
var cancelButtonLabel: String?
|
||||
var okButtonLabel: String? = null
|
||||
var cancelButtonLabel: String? = null
|
||||
}
|
||||
|
||||
@TauriPlugin
|
||||
|
||||
Reference in New Issue
Block a user