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
<CheckBoxx:Name="chkCheckPlasticBranch"Content="Check Plastic branch"ToolTip="Checks for plastic branch, if .git doesnt exists"HorizontalAlignment="Left"Margin="14,0,0,3"Checked="ChkCheckPlasticBranch_Checked"Unchecked="ChkCheckPlasticBranch_Checked"/>
740
747
</StackPanel>
741
748
<CheckBoxx:Name="chkAskNameForQuickProject"Content="Ask name for New Project"Checked="ChkAskNameForQuickProject_Checked"Unchecked="ChkAskNameForQuickProject_Checked"ToolTip="If disabled, uses automatic quick project naming (Should be enabled, unless you want instant project creation)"HorizontalAlignment="Left"/>
749
+
<CheckBoxx:Name="chkCheckSRP"Content="Show SRP column"ToolTip="If disabled, uses automatic quick project naming (Should be enabled, unless you want instant project creation)"HorizontalAlignment="Left"Checked="chkCheckSRP_Checked"Unchecked="chkCheckSRP_Checked"/>
742
750
<CheckBoxx:Name="chkShowMissingFolderProjects"Content="Show projects that don't exist on disk"Checked="ChkShowMissingFolderProjects_CheckedChanged"Unchecked="ChkShowMissingFolderProjects_CheckedChanged"ToolTip="List in recent projects, even if the project folder is missing"HorizontalAlignment="Left"/>
743
751
<CheckBoxx:Name="chkShowLauncherArgumentsColumn"Content="Show commandline arguments column"Unchecked="ChkShowLauncherArgumentsColumn_CheckedChanged"Checked="ChkShowLauncherArgumentsColumn_CheckedChanged"ToolTip="Shows column for custom project commandline params"HorizontalAlignment="Left"/>