1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:27:45 +00:00

CrashReporter: Implement Save Backtrace button

This commit is contained in:
Ali Chraghi 2022-04-08 00:36:58 +04:30 committed by Linus Groh
parent 34a0f8cdc7
commit 8f5d80a41d
3 changed files with 30 additions and 1 deletions

View file

@ -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 {}