File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/Files.App/Helpers/Navigation Expand file tree Collapse file tree 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 () =>
253253 windowTitle = $ "{ leftTabInfo . tabLocationHeader } | { rightTabInfo . tabLocationHeader } ";
254254 }
255255 else
256- {
257256 ( windowTitle , _ , _ ) = await GetSelectedTabInfoAsync ( paneArgs . LeftPaneNavPathParam ) ;
258- }
259257 }
260258 else if ( navigationArg is string pathArgs )
261- {
262259 ( windowTitle , _ , _ ) = await GetSelectedTabInfoAsync ( pathArgs ) ;
263- }
264-
265- if ( MainPageViewModel . AppInstances . Count > 1 )
266- windowTitle = $ "{ windowTitle } ({ MainPageViewModel . AppInstances . Count } )";
267260
268261 if ( navigationArg == MainPageViewModel . SelectedTabItem ? . NavigationParameter ? . NavigationParameter )
269262 MainWindow . Instance . AppWindow . Title = $ "{ windowTitle } - Files";
You can’t perform that action at this time.
0 commit comments