File tree 1 file changed +0
-7
lines changed
src/Files.App/Helpers/Navigation
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -253,17 +253,10 @@ await SafetyExtensions.IgnoreExceptions(async () =>
253
253
windowTitle = $ "{ leftTabInfo . tabLocationHeader } | { rightTabInfo . tabLocationHeader } ";
254
254
}
255
255
else
256
- {
257
256
( windowTitle , _ , _ ) = await GetSelectedTabInfoAsync ( paneArgs . LeftPaneNavPathParam ) ;
258
- }
259
257
}
260
258
else if ( navigationArg is string pathArgs )
261
- {
262
259
( windowTitle , _ , _ ) = await GetSelectedTabInfoAsync ( pathArgs ) ;
263
- }
264
-
265
- if ( MainPageViewModel . AppInstances . Count > 1 )
266
- windowTitle = $ "{ windowTitle } ({ MainPageViewModel . AppInstances . Count } )";
267
260
268
261
if ( navigationArg == MainPageViewModel . SelectedTabItem ? . NavigationParameter ? . NavigationParameter )
269
262
MainWindow . Instance . AppWindow . Title = $ "{ windowTitle } - Files";
You can’t perform that action at this time.
0 commit comments