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
Copy file name to clipboardExpand all lines: UnityLauncherPro/MainWindow.xaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1025,6 +1025,7 @@
1025
1025
</TextBox>
1026
1026
</StackPanel>
1027
1027
<CheckBoxx:Name="chkHumanFriendlyDateTime"Content="Use human friendly last modified"ToolTip="Last modified date format"HorizontalAlignment="Left"Checked="ChkHumanFriendlyDateTime_Checked"Unchecked="ChkHumanFriendlyDateTime_Checked"/>
1028
+
<CheckBoxx:Name="chkSearchProjectPath"Content="Search project path also"ToolTip="Searches from project folder path and project name"HorizontalAlignment="Left"Checked="ChkSearchProjectPath_Checked"Unchecked="ChkSearchProjectPath_Checked"/>
<RadioButtonx:Name="radioProjNameFolder"Content="ProjectName.txt or Folder"Margin="3,0,0,0"GroupName="toggleGroupProjectName"IsChecked="True"Checked="RadioProjNameFolder_Checked"ToolTip="Take project name from project folder name OR ProjectName.txt if file exists in ProjectSettings/ folder"/>
0 commit comments