There was an error while loading. Please reload this page.
1 parent c0fbcff commit f7f90e8Copy full SHA for f7f90e8
1 file changed
source/main.lfm
@@ -3700,6 +3700,13 @@ object MainForm: TMainForm
3700
Action = actDisplayTreeFilters
3701
AutoCheck = True
3702
end
3703
+ object menuColorScheme: TMenuItem
3704
+ Caption = 'Color scheme'
3705
+ ImageIndex = 115
3706
+ object menuSQLpreferences: TMenuItem
3707
+ Action = actPreferencesSQL
3708
+ end
3709
3710
object Separator1: TMenuItem
3711
Caption = '-'
3712
@@ -3872,13 +3879,6 @@ object MainForm: TMainForm
3872
3879
object N4: TMenuItem
3873
3880
3874
3881
3875
- object menuColorScheme: TMenuItem
3876
- Caption = 'Color scheme'
3877
- ImageIndex = 115
3878
- object menuSQLpreferences: TMenuItem
- Action = actPreferencesSQL
- end
3882
object MenuPreferences: TMenuItem
3883
Action = actPreferences
3884
0 commit comments