diff --git a/.vs/GtaVUsersInfo/FileContentIndex/339b9713-5955-41cb-b8ea-95605e84cd9b.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/339b9713-5955-41cb-b8ea-95605e84cd9b.vsidx deleted file mode 100644 index b413867..0000000 Binary files a/.vs/GtaVUsersInfo/FileContentIndex/339b9713-5955-41cb-b8ea-95605e84cd9b.vsidx and /dev/null differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/922209e1-c1de-40bc-9451-c8aa827b35bd.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/922209e1-c1de-40bc-9451-c8aa827b35bd.vsidx new file mode 100644 index 0000000..70820c9 Binary files /dev/null and b/.vs/GtaVUsersInfo/FileContentIndex/922209e1-c1de-40bc-9451-c8aa827b35bd.vsidx differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/9a7b5a13-304b-4ee3-ab33-bd580047a412.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/9a7b5a13-304b-4ee3-ab33-bd580047a412.vsidx new file mode 100644 index 0000000..1c74a8a Binary files /dev/null and b/.vs/GtaVUsersInfo/FileContentIndex/9a7b5a13-304b-4ee3-ab33-bd580047a412.vsidx differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/b7a74056-d124-437e-816c-ae76d413980b.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/b7a74056-d124-437e-816c-ae76d413980b.vsidx deleted file mode 100644 index d508fbe..0000000 Binary files a/.vs/GtaVUsersInfo/FileContentIndex/b7a74056-d124-437e-816c-ae76d413980b.vsidx and /dev/null differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/22131ef2-8365-4817-a217-ffcad2908f9d.vsidx b/.vs/GtaVUsersInfo/FileContentIndex/fda6ea35-274a-4356-9929-9961f4e15c7c.vsidx similarity index 100% rename from .vs/GtaVUsersInfo/FileContentIndex/22131ef2-8365-4817-a217-ffcad2908f9d.vsidx rename to .vs/GtaVUsersInfo/FileContentIndex/fda6ea35-274a-4356-9929-9961f4e15c7c.vsidx diff --git a/.vs/GtaVUsersInfo/v17/.futdcache.v2 b/.vs/GtaVUsersInfo/v17/.futdcache.v2 index f29af9a..c2b52b9 100644 Binary files a/.vs/GtaVUsersInfo/v17/.futdcache.v2 and b/.vs/GtaVUsersInfo/v17/.futdcache.v2 differ diff --git a/.vs/GtaVUsersInfo/v17/.suo b/.vs/GtaVUsersInfo/v17/.suo index 16bbb64..0b75e29 100644 Binary files a/.vs/GtaVUsersInfo/v17/.suo and b/.vs/GtaVUsersInfo/v17/.suo differ diff --git a/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin b/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin index e0513fa..ee49305 100644 Binary files a/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin and b/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin b/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin index 6205f26..2da9838 100644 Binary files a/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin and b/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin differ diff --git a/MainForm.cs b/MainForm.cs index 0365aae..b01e5f4 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -87,7 +87,6 @@ namespace GtaVUsersInfo WindowParameters.SaveWindowParameters(window); WindowResize(); } - isUser = true; panelColorSettings = PanelColorSettings.LoadPanelSettings(); if (panelColorSettings != null) @@ -99,6 +98,7 @@ namespace GtaVUsersInfo panelColorSettings = new PanelColorSettings(defaultPanelColor, defaultPanelColor, defaultPanelColor, defaultPanelColor); ChangePanelColor(); } + isUser = true; } private bool IsFormFullscreen() diff --git a/Sources/PanelColorSettings.cs b/Sources/PanelColorSettings.cs index 915efb7..3487f35 100644 --- a/Sources/PanelColorSettings.cs +++ b/Sources/PanelColorSettings.cs @@ -68,8 +68,7 @@ namespace GtaVUsersInfo.Sources if (control is TextBox || control is Button || control is ComboBox || - control is Label || - control is MenuStrip) + control is Label) { control.BackColor = color; }