Update TODO.md.
This commit is contained in:
@@ -45,7 +45,7 @@ fn build_ui(app: >k::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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user