Skip to content

Commit

Permalink
Remove countdown timer settings from settings page until the feature …
Browse files Browse the repository at this point in the history
…is ready.
  • Loading branch information
schmich committed Jun 9, 2019
1 parent c0dfeed commit 38182ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/options/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
</label>
</p>
</div>
<CountdownSettings :settings="settings.focus"></CountdownSettings>
<p>{{ M.when_complete }}</p>
<div class="group">
<p class="field">
Expand Down Expand Up @@ -87,7 +86,6 @@
<span>{{ M.minutes }}</span>
</label>
</p>
<CountdownSettings :settings="settings.shortBreak"></CountdownSettings>
<p>{{ M.when_complete }}</p>
<div class="group">
<p class="field">
Expand Down Expand Up @@ -142,7 +140,6 @@
<span>{{ M.minutes }}</span>
</label>
</p>
<CountdownSettings :settings="settings.longBreak"></CountdownSettings>
<p>{{ M.when_complete }}</p>
<div class="group">
<p class="field">
Expand Down

0 comments on commit 38182ab

Please sign in to comment.