@@ -214,10 +214,7 @@ impl<'a> PostView<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ui
|
if ui
|
||||||
.add_sized(
|
.add_sized([91.0, 32.0], egui::Button::new("Post now"))
|
||||||
[91.0, 32.0],
|
|
||||||
egui::Button::new("Post now")
|
|
||||||
)
|
|
||||||
.clicked()
|
.clicked()
|
||||||
{
|
{
|
||||||
let new_post = NewPost::new(
|
let new_post = NewPost::new(
|
||||||
|
|||||||
Reference in New Issue
Block a user