mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-11 00:38:01 +00:00
Standardize FrontendMessage message names
This commit is contained in:
parent
ae829c63b4
commit
6c639270ae
17 changed files with 154 additions and 152 deletions
|
@ -36,7 +36,7 @@ fn panic_hook(info: &panic::PanicInfo) {
|
|||
log::error!("{}", info);
|
||||
EDITOR_INSTANCES.with(|instances| {
|
||||
instances.borrow_mut().values_mut().for_each(|instance| {
|
||||
instance.1.handle_response_rust_proxy(FrontendMessage::DisplayPanic {
|
||||
instance.1.handle_response_rust_proxy(FrontendMessage::DisplayDialogPanic {
|
||||
panic_info: panic_info.clone(),
|
||||
title: title.clone(),
|
||||
description: description.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue