Skip to content

Commit

Permalink
Build for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo199999999 committed Sep 22, 2024
1 parent 364568d commit ace2780
Show file tree
Hide file tree
Showing 2,800 changed files with 15,054 additions and 15,597 deletions.
Binary file modified .vs/LauncherX/v17/.suo
Binary file not shown.
1 change: 1 addition & 0 deletions LauncherXWinUI/Controls/GridViewItems/GridViewTile.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ private void MenuUnlinkOption_Click(object sender, RoutedEventArgs e)

// Get the linked folder associated with this GridViewTile
string linkedFolder = Path.GetDirectoryName(ExecutingPath);
App.MainWindow.multiFileSystemWatcher.WatchedPaths.Remove(linkedFolder);

// Unlink all GridViewTiles with this linked folder
foreach (GridViewTile linkedTile in linkedFolderGridViewTiles)
Expand Down
2 changes: 1 addition & 1 deletion LauncherXWinUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed partial class MainWindow : WinUIEx.WindowEx
/// <summary>
/// To watch for changes in linked folders
/// </summary>
MultiFileSystemWatcher multiFileSystemWatcher = new MultiFileSystemWatcher();
public MultiFileSystemWatcher multiFileSystemWatcher = new MultiFileSystemWatcher();

public MainWindow()
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ace2780

Please sign in to comment.