mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
CrashReporter: Implement Save Backtrace
button
This commit is contained in:
parent
34a0f8cdc7
commit
8f5d80a41d
3 changed files with 30 additions and 1 deletions
|
@ -88,6 +88,11 @@
|
|||
fixed_width: 150
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
name: "save_backtrace_button"
|
||||
text: "Save Backtrace"
|
||||
}
|
||||
|
||||
// HACK: We need something like Layout::add_spacer() in GML! :^)
|
||||
@GUI::Widget {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue