Don't show toast on redraft

This commit is contained in:
bleakgrey 2018-10-27 12:21:34 +03:00
parent 354d175a21
commit 2364a26d2c
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public class Tootle.PostDialog : Gtk.Dialog {
}
private void redraft_post () {
redrafting.poof ().finished.connect (publish_post);
redrafting.poof (false).finished.connect (publish_post);
}
}