columns: remove thread warning
yes threads suck, but this message is also annoying
This commit is contained in:
@@ -56,11 +56,6 @@ impl<'a, 'd> ThreadView<'a, 'd> {
|
|||||||
pub fn ui(&mut self, ui: &mut egui::Ui) -> Option<NoteAction> {
|
pub fn ui(&mut self, ui: &mut egui::Ui) -> Option<NoteAction> {
|
||||||
let txn = Transaction::new(self.note_context.ndb).expect("txn");
|
let txn = Transaction::new(self.note_context.ndb).expect("txn");
|
||||||
|
|
||||||
ui.label(
|
|
||||||
egui::RichText::new("Threads ALPHA! It's not done. Things will be broken.")
|
|
||||||
.color(egui::Color32::RED),
|
|
||||||
);
|
|
||||||
|
|
||||||
egui::ScrollArea::vertical()
|
egui::ScrollArea::vertical()
|
||||||
.id_salt(self.id_source)
|
.id_salt(self.id_source)
|
||||||
.animated(false)
|
.animated(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user