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

Commit

Permalink
remove pending
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed Feb 5, 2017
1 parent 50ff7f9 commit 9bdb346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NiceHashMiner/Forms/Form_Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public partial class Form_Main : Form, Form_Loading.IAfterInitializationCaller,
int flowLayoutPanelVisibleCount = 0;
int flowLayoutPanelRatesIndex = 0;

const string _betaAlphaPostfixString = "_PENDING";
const string _betaAlphaPostfixString = "";

private bool _isDeviceDetectionInitialized = false;

Expand Down
2 changes: 1 addition & 1 deletion NiceHashMiner/Miners/Miner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ virtual protected NiceHashProcess _Start()
P.StartInfo.Arguments = LastCommandLine;
if (IsNeverHideMiningWindow) {
P.StartInfo.CreateNoWindow = false;
// not working
////not working
//if (ConfigManager.GeneralConfig.HideMiningWindows) {
// P.StartInfo.WindowStyle = ProcessWindowStyle.Minimized;
// P.StartInfo.UseShellExecute = true;
Expand Down

0 comments on commit 9bdb346

Please sign in to comment.