Changeset 707 for trunk/Settings.pas
- Timestamp:
- Aug 19, 2025, 9:36:23 PM (31 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.pas
r681 r707 6 6 Classes, SysUtils, FileUtil, Dialogs, LCLProc, ScreenTools, Messg, ButtonA, 7 7 Directories, DrawDlg, ButtonC, KeyBindings, Languages, ListBoxEx, 8 {$IFDEF DPI}Dpi.Forms, Dpi.Controls, Dpi.Graphics, Dpi.StdCtrls , System.UITypes{$ELSE}8 {$IFDEF DPI}Dpi.Forms, Dpi.Controls, Dpi.Graphics, Dpi.StdCtrls{$ELSE} 9 9 Forms, Controls, Graphics, StdCtrls{$ENDIF}, Controls; 10 10 … … 56 56 LocalGamma: Integer; 57 57 LocalKeyBindings: TKeyBindings; 58 LocalMusicEnabled: Integer;59 58 LocalMusicVolume: Integer; 60 59 CurrentKeyBinding: TKeyBinding;
Note:
See TracChangeset
for help on using the changeset viewer.