Skip to content

Commit

Permalink
mainform, fix startup command always executed
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jul 25, 2015
1 parent 06022e9 commit 48241e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mangadownloader/forms/frmMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,7 @@ procedure TMainForm.itStartupTimer(Sender: TObject);
itStartup.Enabled := False;
if not isStartup then
begin
isStartup := True;
if cbSelectManga.ItemIndex > -1 then
OpenDataDB(cbSelectManga.Items[cbSelectManga.ItemIndex]);
if cbOptionAutoCheckUpdate.Checked then
Expand Down

0 comments on commit 48241e3

Please sign in to comment.