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
add doubleclick to datagrids (launch project, run unity, open release page), add option to show projects with missing folder, add option for allow single instance only (to not run multiple launchers), update unity button takes you into updates tab with that version selected, #build
<ButtonStyle="{StaticResource CustomButton}"ToolTip="Refresh list (F5)"x:Name="btnRefreshProjectList"Content="⟳"Height="22"Width="22"HorizontalAlignment="Right"VerticalAlignment="Top"FontSize="16"Background="#FF3F3F46"Foreground="#FFC1C1C1"Margin="0,4,3,0"Padding="1,-2,1,1"BorderBrush="{x:Null}"Click="BtnRefreshProjectList_Click"TabIndex="11"/>
<ButtonStyle="{StaticResource CustomButton}"ToolTip="Fetch released versions"x:Name="btnRefreshUpdatesList"Content="⟳"Height="22"Width="22"HorizontalAlignment="Right"VerticalAlignment="Top"FontSize="16"Background="#FF3F3F46"Foreground="#FFC1C1C1"Margin="0,4,3,0"Padding="1,-2,1,1"BorderBrush="{x:Null}"Click="OnGetUnityUpdatesClick"/>
<CheckBoxx:Name="chkQuitAfterCommandline"Content="Close after launching from Explorer"Foreground="{DynamicResource ButtonForeground}"Unchecked="ChkQuitAfterCommandline_CheckedChanged"Checked="ChkQuitAfterCommandline_CheckedChanged"Margin="0,0,0,3"ToolTip="Close launcher after running form commandline or Explorer (recommended to be enabed)"/>
<CheckBoxx:Name="chkShowMissingFolderProjects"Content="Show projects that dont exist on disk"Foreground="{DynamicResource ButtonForeground}"Checked="ChkShowMissingFolderProjects_CheckedChanged"Unchecked="ChkShowMissingFolderProjects_CheckedChanged"Margin="0,0,0,3"ToolTip="List recent projects, even if the project folder is missing"/>
624
+
<CheckBoxx:Name="chkAllowSingleInstanceOnly"Content="Allow single instance only"Foreground="{DynamicResource ButtonForeground}"Checked="ChkAllowSingleInstanceOnly_CheckedChanged"Unchecked="ChkAllowSingleInstanceOnly_CheckedChanged"Margin="0,0,0,3"ToolTip="Activates already running instance, instead of starting new exe"/>
0 commit comments