File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
using Microsoft . UI . Xaml . Controls ;
13
13
using Microsoft . UI . Xaml . Media . Animation ;
14
14
using Microsoft . UI . Xaml . Navigation ;
15
- using Microsoft . Windows . AppLifecycle ;
16
15
using System ;
17
16
using System . IO ;
18
17
using System . Linq ;
Original file line number Diff line number Diff line change 1
1
using CommunityToolkit . Mvvm . ComponentModel ;
2
2
using CommunityToolkit . Mvvm . DependencyInjection ;
3
+ using CommunityToolkit . WinUI . Helpers ;
3
4
using CommunityToolkit . Mvvm . Input ;
4
5
using Files . App . Extensions ;
5
6
using Files . App . Filesystem ;
@@ -233,7 +234,7 @@ public async void UpdateInstanceProperties(object navigationArg)
233
234
if ( AppInstances . Count > 1 )
234
235
windowTitle = $ "{ windowTitle } ({ AppInstances . Count } )";
235
236
if ( navigationArg == SelectedTabItem ? . TabItemArguments ? . NavigationArg )
236
- App . GetAppWindow ( App . Window ) . Title = windowTitle ;
237
+ App . GetAppWindow ( App . Window ) . Title = $ " { windowTitle } - Files" ;
237
238
}
238
239
239
240
public static async Task UpdateTabInfo ( TabItem tabItem , object navigationArg )
You can’t perform that action at this time.
0 commit comments