Improve handling of SharedData

This commit is contained in:
Kamil Trzciński 2022-11-16 12:32:09 +01:00
parent 0b86664002
commit 092f96a9ab
3 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,8 @@ namespace PerformanceOverlay
public Controller()
{
contextMenu = new System.Windows.Forms.ContextMenuStrip(components);
SharedData_Update();
Instance.Open(TitleWithVersion, "Global\\PerformanceOverlay");
showItem = new ToolStripMenuItem("&Show OSD");