Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Critical update
Browse files Browse the repository at this point in the history
Benchmark saving issue fix
  • Loading branch information
nicehashdev committed Oct 24, 2015
1 parent 774c49e commit b782b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion NiceHashMiner/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ private void listView1_ItemChecked(object sender, ItemCheckedEventArgs e)
{
ComputeDevice G = e.Item.Tag as ComputeDevice;
G.Enabled = e.Item.Checked;
Config.RebuildGroups();
if (LoadingScreen == null)
Config.RebuildGroups();
}


Expand Down
4 changes: 2 additions & 2 deletions NiceHashMiner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.3")]
[assembly: AssemblyFileVersion("1.1.0.3")]
[assembly: AssemblyVersion("1.1.0.4")]
[assembly: AssemblyFileVersion("1.1.0.4")]

0 comments on commit b782b2d

Please sign in to comment.