Skip to content

Commit

Permalink
Fix capitalisation oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoppedpuma committed Jan 29, 2025
1 parent 5b4eb03 commit 10d5565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/settings_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub fn settings_ui(app: &mut App, ctx: &Context, state: &mut OculanteState, _gfx
}
light_panel(ui, |ui| {

configuration_item_ui("Vsync", "VSync eliminates tearing and saves CPU usage. Toggling VSync off will make some operations such as panning and zooming snappier. A restart is required to take effect.", |ui| {
configuration_item_ui("VSync", "VSync eliminates tearing and saves CPU usage. Toggling VSync off will make some operations such as panning and zooming snappier. A restart is required to take effect.", |ui| {
ui.styled_checkbox(&mut state.persistent_settings.vsync, "");
}, ui);

Expand Down

0 comments on commit 10d5565

Please sign in to comment.