1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Fixed typos: wether -> whether (#1210)

Co-authored-by: mir <mir@wisdomtag.com>
This commit is contained in:
Manuel Innerhofer
2022-02-05 18:14:16 +01:00
committed by GitHub
parent 9ed96155e9
commit 7d41551913
6 changed files with 10 additions and 10 deletions

View File

@@ -181,13 +181,13 @@ pub trait App {
egui::Color32::from_rgba_unmultiplied(12, 12, 12, 180).into()
}
/// Controls wether or not the native window position and size will be
/// Controls whether or not the native window position and size will be
/// persisted (only if the "persistence" feature is enabled).
fn persist_native_window(&self) -> bool {
true
}
/// Controls wether or not the egui memory (window positions etc) will be
/// Controls whether or not the egui memory (window positions etc) will be
/// persisted (only if the "persistence" feature is enabled).
fn persist_egui_memory(&self) -> bool {
true