Changeset 664 for trunk/Start.pas
- Timestamp:
- Jul 8, 2025, 9:52:53 PM (12 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r660 r664 155 155 uses 156 156 Global, Directories, Direct, ScreenTools, Inp, Back, Settings, KeyBindings, 157 Languages ;157 Languages, Music; 158 158 159 159 {$R *.lfm} … … 942 942 ChangeTab(ShowTab); 943 943 Background.Enabled := False; 944 945 MusicPlayer.LoadPlaylistFromDir(GetMusicDir + DirectorySeparator + 'Start'); 946 MusicPlayer.RandomizePlaylist; 947 if MusicPlayer.Playlist.Count > 0 then MusicPlayer.Play; 944 948 end; 945 949
Note:
See TracChangeset
for help on using the changeset viewer.