You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check for crash recovery scene, add show in explorer context menu, show found version count in settings label, show update version in green if already installed, format installed date, get raw installed platform names to unity list,
<CheckBoxx:Name="chkQuitAfterCommandline"Content="Close after launching from Explorer"Foreground="{DynamicResource ButtonForeground}"Unchecked="ChkQuitAfterCommandline_CheckedChanged"Checked="ChkQuitAfterCommandline_CheckedChanged"Margin="0,0,0,3"/>
<CheckBoxx:Name="chkShowFullTime"Content="Show full modified time"Foreground="{DynamicResource ButtonForeground}"ToolTip="Full=dd/mm/yyyy hh:mm:ss, NotFull=x hours ago, x days ago.."Margin="0,0,0,3"Checked="ChkShowFullTime_CheckedChanged"Unchecked="ChkShowFullTime_CheckedChanged"/>
varresult=MessageBox.Show("Crash recovery scene found, do you want to copy it into Assets/_Recovery/-folder?","UnityLauncherPro - Scene Recovery",MessageBoxButton.YesNo,MessageBoxImage.Question);
0 commit comments