diff --git a/Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp b/Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp
index b857983ba1d86c3041ee606df8fe96321cc14c96..f220594c4e0bc3e70ee08eb4718f49a05407b58c 100644
--- a/Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp
+++ b/Source/NDisplayLaunchButton/Private/NDisplayLaunchButton.cpp
@@ -202,7 +202,7 @@ void FNDisplayLaunchButtonModule::PluginButtonClicked()
 
 	/* Restore Plugin States */
 	ChangePluginStateAndStoreConfig("SteamVR", SteamVRState, SteamVRState);
-	ChangePluginStateAndStoreConfig("OculusHMD", OculusVRState, OculusVRState);
+	ChangePluginStateAndStoreConfig("OculusVR", OculusVRState, OculusVRState);
 }
 
 /**