Skip to content

Commit 5cccab2

Browse files
authored
fix(tabs): give version history tabs a symbol in the recent tabs list (#3093)
1 parent 16d56df commit 5cccab2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎TablePro/Core/Services/Infrastructure/MainSplitViewController+RecentTabs.swift‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ internal extension MainSplitViewController {
198198
return "chart.bar"
199199
case .objectSource:
200200
return "curlybraces.square"
201+
case .versionHistory:
202+
return "clock.arrow.circlepath"
201203
}
202204
}
203205
}

0 commit comments

Comments
 (0)