Skip to content

Commit

Permalink
Dang, missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstalgia committed Sep 27, 2024
1 parent 1b00bd8 commit 0665f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ impl App {
self.connect_for_hr(None);
return;
}
#[cfg(windows)]
SubState::VrcxAutostartPrompt => {
let chosen_option = self.prompt_state.selected().unwrap_or(0);
match VrcxPromptChoice::from(chosen_option) {
Expand Down

0 comments on commit 0665f49

Please sign in to comment.