Skip to content

Commit f2c563e

Browse files
committed
Remove broken metro theme & auto-updater, clean up
1 parent bbc4c2b commit f2c563e

22 files changed

Lines changed: 189 additions & 2630 deletions

App.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
<setting name="settingsChosen" serializeAs="String">
2626
<value>True</value>
2727
</setting>
28-
<setting name="userTheme" serializeAs="String">
29-
<value>0</value>
30-
</setting>
3128
<setting name="userTopMost" serializeAs="String">
3229
<value>False</value>
3330
</setting>

DebugConsole.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
namespace rift_timer
5+
namespace RiftTimer
66
{
77
class DebugConsole
88
{

Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Windows.Forms;
33

4-
namespace rift_timer
4+
namespace RiftTimer
55
{
66
static class Program
77
{
@@ -19,8 +19,8 @@ static void Main()
1919
}
2020
catch (Exception ex)
2121
{
22-
//MessageBox.Show(ex.ToString());
23-
}
22+
// MessageBox.Show(ex.ToString());
23+
}
2424
}
2525
}
2626
}

Properties/AssemblyInfo.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Settings.Designer.cs

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Settings.settings

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<Setting Name="settingsChosen" Type="System.Boolean" Scope="User">
1818
<Value Profile="(Default)">True</Value>
1919
</Setting>
20-
<Setting Name="userTheme" Type="System.Int32" Scope="User">
21-
<Value Profile="(Default)">0</Value>
22-
</Setting>
2320
<Setting Name="userTopMost" Type="System.Boolean" Scope="User">
2421
<Value Profile="(Default)">False</Value>
2522
</Setting>

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@ class and the currently selected difficulty. The list of completed rifts will
1818
be logged to a timestamped file in the logs folder, found in the Rift Timer
1919
folder wherever you put it after unzipping.
2020

21-
# Themes and Modes
22-
23-
An alternative theme is available, accessed via the theme chooser in the
24-
settings pane. The settings pane can be accessed by right clicking anywhere
25-
inside the program window.
26-
27-
<p align="center"><img src="_res/example3.png"/></p>
28-
<p align="center"><img src="_res/example5.png"/></p>
21+
# Modes
2922

3023
Compact mode can be activated via the right click menu as well (click or press 'c'
3124
while the menu is opened). Compact mode will shorten the height of the

Settings.Designer.cs

Lines changed: 44 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)