Skip to content

Commit

Permalink
Update README, reword setup
Browse files Browse the repository at this point in the history
  • Loading branch information
molenzwiebel committed Aug 24, 2018
1 parent 1e6d3cb commit 1e6998c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,25 @@
Often miss the subtle sound and the small glow of the League icon whenever you receive a new message? Fear no longer! **Sentinel** combines Windows 10 notifications and League of Legends, so you can get slick native notifications whenever you get a new message or game invite.

# Screenshots
![Message Example](https://i.imgur.com/8nhk7OK.png)
![Invite Example](https://i.imgur.com/O1tzR3E.png)
![Message Example](https://i.imgur.com/Qc20cYy.png)
![Invite Example](https://i.imgur.com/Xj3E1rn.png)

# FAQ
**Where can I download Sentinel?**
Click the [Releases](https://github.com/molenzwiebel/Sentinel/releases) tab at the top to download the latest version.

**Is this approved by Riot?**
I am currently still waiting for Riot approval, but I expect this to be okay. Use at your own risk!
TL; DR: You won't get banned for using Sentinel.

[As per Riot's third-party guidelines](https://support.riotgames.com/hc/en-us/articles/225266848), this program does not give you an inherent advantage or interacts with the League game client in any way. As such, you won't be banned for using this tool, but Riot reserves the right to break it at any time. See [this post on Reddit by Riot Sargonas](https://www.reddit.com/r/leagueoflegends/comments/80d4r0/runebook_the_ultimate_rune_pages_manager_that_you/duv2r22/) for more context on how Riot treats programs like this one.

**How do I uninstall?**
Sentinel is completely standalone and runs in the background. To uninstall, simply stop Sentinel and delete the file ;)
Click on the Sentinel icon to open the settings, then click the Uninstall button. Easy as pie!

**Wow this is amazing! Do you have any other cool programs?**
_shameless plug start_
As a matter of fact I do! I created [Mimic](http://mimic.molenzwiebel.xyz/desktop), which is a client on your mobile phone. I also created [Deceive](https://github.com/molenzwiebel/Deceive), which allows you to appear offline to all your friends.
_shameless plug end_

# License
[GPL 3](https://opensource.org/licenses/GPL-3.0). Pull requests are always welcome!
2 changes: 1 addition & 1 deletion Sentinel/SetupWizard.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Grid Margin="0,2,0,15">
<Rectangle Fill="#FF9494E8" HorizontalAlignment="Left" Height="40" VerticalAlignment="Top" Width="469"/>
<Label x:Name="title" Content="Add To Start Menu" HorizontalAlignment="Left" Margin="4,3,0,0" VerticalAlignment="Top" Foreground="White" FontSize="18" Width="398"/>
<TextBlock x:Name="textContents" Margin="10,45,0,0" TextWrapping="Wrap" VerticalAlignment="Top" FontSize="14" HorizontalAlignment="Left" TextAlignment="Justify" Width="449"><Run Text="Welcome to Sentinel! It looks like this is your first time running Sentinel from this location. In order to properly display notifications, Sentinel needs to add itself to the start menu. "/><Run Text="Click OK to do this now, or click cancel to stop Sentinel."/></TextBlock>
<TextBlock x:Name="textContents" Margin="10,45,0,0" TextWrapping="Wrap" VerticalAlignment="Top" FontSize="14" HorizontalAlignment="Left" TextAlignment="Justify" Width="449"><Run Text="Welcome to Sentinel! It looks like this is your first time running Sentinel from this location. In order to properly display notifications, Sentinel needs to add itself to the start menu. "/><Run Text="Click "/><Run Text="the button "/><Run Text="to do this now, or click cancel to stop Sentinel."/></TextBlock>
<Button x:Name="stopButton" Content="Cancel" HorizontalAlignment="Left" Margin="230,149,0,0" VerticalAlignment="Top" Width="75" FontSize="14" Click="stopButton_Click"/>
<Button x:Name="nextButton" Content="Add To Start Menu" HorizontalAlignment="Left" Margin="318,149,0,0" VerticalAlignment="Top" Width="141" FontSize="14" Click="nextButton_Click"/>
</Grid>
Expand Down

0 comments on commit 1e6998c

Please sign in to comment.