You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Warn the user with a confirmation dialog if the revision control provider is changed/disabled
#rb wouter.burgers [CL 32432617 by marco anastasi in ue5-main branch]
This commit is contained in:
@@ -481,6 +481,11 @@ void FSourceControlModule::SetUseGlobalSettings(bool bIsUseGlobalSettings)
|
||||
ShowLoginDialog(FSourceControlLoginClosed(), ELoginWindowMode::Modeless, EOnLoginWindowStartup::PreserveProvider);
|
||||
}
|
||||
|
||||
FSourceControlProviderChanging& FSourceControlModule::GetSourceControlProviderChanging()
|
||||
{
|
||||
return OnSourceControlProviderChanging;
|
||||
}
|
||||
|
||||
FDelegateHandle FSourceControlModule::RegisterProviderChanged(const FSourceControlProviderChanged::FDelegate& SourceControlProviderChanged)
|
||||
{
|
||||
return OnSourceControlProviderChanged.Add(SourceControlProviderChanged);
|
||||
|
||||
Reference in New Issue
Block a user