mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-22 17:54:20 +01:00
add --light lightmode flag to previews and notedeck
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -32,8 +32,6 @@ impl PreviewApp {
|
||||
|
||||
impl eframe::App for PreviewApp {
|
||||
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
|
||||
egui::CentralPanel::default()
|
||||
.frame(egui::Frame::none())
|
||||
.show(ctx, |ui| self.view.ui(ui));
|
||||
egui::CentralPanel::default().show(ctx, |ui| self.view.ui(ui));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user