mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Roll out new egui icon and logo (#7995)
For the first time _ever_, egui has a logo! <img width="3925" height="1406" alt="egui-logo" src="https://github.com/user-attachments/assets/cfaf1d43-9338-490f-ae82-99b420baa1b0" /> Made by [Studio Gruhl](https://www.studiogruhl.com/) and paid for by [Rerun.io](https://rerun.io/).
This commit is contained in:
@@ -400,6 +400,8 @@ impl WrapApp {
|
||||
}
|
||||
|
||||
fn bar_contents(&mut self, ui: &mut egui::Ui, frame: &mut eframe::Frame, cmd: &mut Command) {
|
||||
ui.add_space(8.0);
|
||||
|
||||
egui::widgets::global_theme_preference_switch(ui);
|
||||
|
||||
ui.separator();
|
||||
|
||||
Reference in New Issue
Block a user