Skip to content

Commit

Permalink
Temporarily make the checkbox always visible
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 29, 2024
1 parent 66fa75c commit b6e1f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/Dialogs/CloneGameInstanceDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public CloneGameInstanceDialog(GameInstanceManager manager, IUser user, string s
InitializeComponent();

ToolTip.SetToolTip(checkBoxShareStock, Properties.Resources.CloneGameInstanceToolTipShareStock);
checkBoxShareStock.Visible = SymbolicLink.CanCreate;
// checkBoxShareStock.Visible = SymbolicLink.CanCreate;

// Populate the instances combobox with names of known instances
comboBoxKnownInstance.DataSource = new string[] { "" }
Expand Down

0 comments on commit b6e1f62

Please sign in to comment.