Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
add WatchDirButton to ToggleButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Jan 31, 2020
1 parent a08b594 commit 3f1561e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TagExperiments/MainWindow.xaml.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Class MainWindow
loadFileButton.IsEnabled = ButtonState
loadDirButton.IsEnabled = ButtonState
importDirButton.IsEnabled = ButtonState
WatchDirButton.IsEnabled = ButtonState
End Sub

Private Async Function ImportDir(dir As String) As Task
Expand Down

0 comments on commit 3f1561e

Please sign in to comment.