We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92425b2 commit d4183d9Copy full SHA for d4183d9
src/dispatch.rs
@@ -65,7 +65,7 @@ pub enum FullscreenState {
65
66
impl std::fmt::Display for FullscreenState {
67
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
68
- write!(f, "{}", *self as u8)
+ write!(f, "{}", *self as i8)
69
}
70
71
0 commit comments