We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f864235 commit 03331f4Copy full SHA for 03331f4
1 file changed
src/ui/msgbox.rs
@@ -16,7 +16,7 @@ pub enum MessageBoxStyle {
16
17
bitflags::bitflags! {
18
/// The pre-defined message box buttons.
19
- #[derive(Debug, PartialEq, Eq, Clone, Copy)]
+ #[derive(Debug, Default, PartialEq, Eq, Clone, Copy)]
20
pub struct MessageBoxButton: i32 {
21
/// "Ok"
22
const Ok = 1 << 0;
0 commit comments