Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix malformed type and variable formatting
Browse files Browse the repository at this point in the history
OctoCPPlus committed Dec 14, 2024
1 parent aae904f commit 4d52b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/gui.rs
Original file line number Diff line number Diff line change
@@ -240,7 +240,7 @@ impl RuffleGui {
player.set_volume(self.volume_controls.get_volume());
}

pub fn set_taking_screenshot(&mut self, bool state) {
pub fn set_taking_screenshot(&mut self, state: bool) {
self.taking_screenshot = state;
}

0 comments on commit 4d52b0b

Please sign in to comment.