Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
fixed default page being ppodcasts or options
Browse files Browse the repository at this point in the history
  • Loading branch information
ker0olos-zz committed Jul 14, 2019
1 parent e4fb6a7 commit 59572c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .todo
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Performance Issues and Bugs:
Testing:

Features:
☐ Podcasts auto-refresh on startup and every 15 minutes @critical

☐ research statistics to show in the feed page @high

☐ research adding a streaming service support like (Spotify or Deezer or etc) @low
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ function setupPages()
// set the default pages
// the pages the user first sees when they starts the application

menuContainer.children.item(2).classList.add('selected');
menuContainer.children.item(1).classList.add('selected');

selectedPage = pagesContainer.children.item(2);
selectedPage = pagesContainer.children.item(1);
selectedLocalIcon = localIconsContainer.children.item(0);
selectedLocalSubPage = localSubPagesContainer.children.item(0);

Expand Down

0 comments on commit 59572c4

Please # to comment.