Skip to content

Commit

Permalink
Changed Ini.TabsAtStartup to Ini.Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Travisrowe committed Oct 26, 2024
1 parent dfaa5c1 commit d203559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/UScreenSong.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ function TScreenSong.ParseInput(PressedKey: cardinal; CharCode: UCS4Char; Presse
Fix := true;

//On Escape goto Cat-List Hack
if (Ini.TabsAtStartup = 1) and (CatSongs.CatNumShow <> -1) then
if (Ini.Tabs = 1) and (CatSongs.CatNumShow <> -1) then
begin

//Find Category
Expand Down

0 comments on commit d203559

Please sign in to comment.