mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
enhance: move color scheme submenu from Tools to Display menu
Refs #1891
This commit is contained in:
@@ -3700,6 +3700,13 @@ object MainForm: TMainForm
|
||||
Action = actDisplayTreeFilters
|
||||
AutoCheck = True
|
||||
end
|
||||
object menuColorScheme: TMenuItem
|
||||
Caption = 'Color scheme'
|
||||
ImageIndex = 115
|
||||
object menuSQLpreferences: TMenuItem
|
||||
Action = actPreferencesSQL
|
||||
end
|
||||
end
|
||||
object Separator1: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
@@ -3872,13 +3879,6 @@ object MainForm: TMainForm
|
||||
object N4: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
object menuColorScheme: TMenuItem
|
||||
Caption = 'Color scheme'
|
||||
ImageIndex = 115
|
||||
object menuSQLpreferences: TMenuItem
|
||||
Action = actPreferencesSQL
|
||||
end
|
||||
end
|
||||
object MenuPreferences: TMenuItem
|
||||
Action = actPreferences
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user