Update TODO.md.

This commit is contained in:
Jordan Petridis
2017-11-02 08:33:02 +02:00
parent fc761a963d
commit 4da1ee8f10
2 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ fn build_ui(app: &gtk::Application) {
// Get the main window
let window = gtk::ApplicationWindow::new(app);
window.set_default_size(1050, 600);
// Setup the Stack that will magane the switche between podcasts_view and podcast_widget.
// Setup the Stack that will manage the switch between podcasts_view and podcast_widget.
let stack = podcasts_view::setup_stack(&db);
window.add(&stack);