pub async fn confirm_i18n_spawn(
content: (&'static str, &'static str),
level: MessageLevel,
)Expand description
非同期に確認ダイアログを表示します。content をi18nキーで指定します。エラーが発生した場合は、ログを出力します。
pub async fn confirm_i18n_spawn(
content: (&'static str, &'static str),
level: MessageLevel,
)非同期に確認ダイアログを表示します。content をi18nキーで指定します。エラーが発生した場合は、ログを出力します。