Skip to content

Commit

Permalink
Disable Modal for Rainway
Browse files Browse the repository at this point in the history
On a more personal note I am deeply saddened by the response to this. While it should have been implemented better, the outrage and misinformation that resulted from it really hit me hard.

I've always kept Borderless Gaming close to my chest and wanted it to be one of the best gaming utils out there. I helped create another passion project and wanted to promote it through an existing channel -- you build software and give it away for free and you are some how the worst person ever.
  • Loading branch information
Andrew Sampson committed Mar 31, 2018
1 parent 8f7d1ed commit fca6c87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
13 changes: 7 additions & 6 deletions BorderlessGaming/Forms/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -955,12 +955,13 @@ private void MainWindow_Shown(object sender, EventArgs e)
{
Hide();
} else {
if (Config.Instance.AppSettings.ShowAdOnStart)
{
var rainway = new Rainway { StartPosition = this.StartPosition, TopMost = true };
rainway.ShowDialog(this);
rainway.BringToFront();
}
// if (Config.Instance.AppSettings.ShowAdOnStart)
// {
// var rainway = new Rainway { StartPosition = this.StartPosition, TopMost = true };
// rainway.ShowDialog(this);
// rainway.BringToFront();

// }
}
// initialize favorite list
foreach (var ni in Config.Instance.Favorites)
Expand Down
Binary file modified Languages/Languages.zip
Binary file not shown.
1 change: 0 additions & 1 deletion Languages/en-US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ adjustWindowBoundsLeft|left
adjustWindowBoundsRight|right
adjustWindowBoundsTop|top
adjustWindowBoundsBottom|bottom
toolStripRainway|Rainway
settingConfirmationTitle|Confirm Your Changes
settingConfirmationPrompt|You must restart Borderless Gaming for your changes to take affect. Restart now?
setWindowTitleTitle|Set Window Title
Expand Down

0 comments on commit fca6c87

Please sign in to comment.