Skip to content

Commit

Permalink
Removed clickable short break option
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltGajdacs committed Jan 5, 2019
1 parent 811c8d8 commit c2e4658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BlinkReminder/BlinkReminder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<TargetCulture>en</TargetCulture>
<ProductName>BlinkReminder</ProductName>
<PublisherName>Zsolt Gajdács</PublisherName>
<ApplicationRevision>12</ApplicationRevision>
<ApplicationRevision>13</ApplicationRevision>
<ApplicationVersion>0.2.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
2 changes: 1 addition & 1 deletion BlinkReminder/Windows/TaskbarPresence.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<tb:TaskbarIcon.ContextMenu>
<ContextMenu>
<MenuItem Header="Start short break" Click="ShortBreak_Click"/>
<!--<MenuItem Header="Start short break" Click="ShortBreak_Click"/>-->
<MenuItem Header="Start long break" Click="LongBreak_Click"/>
<MenuItem Header="Pause" Click="PauseItem_Click"/>
<Separator />
Expand Down

0 comments on commit c2e4658

Please sign in to comment.