diff options
| author | Fuwn <[email protected]> | 2025-03-17 05:15:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-17 05:15:43 -0700 |
| commit | bfe7105663abd736954e0bea7d6e640a3c342d5c (patch) | |
| tree | 3d56097adeb1eb1cda7d337497d8c1e2781dd591 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-bfe7105663abd736954e0bea7d6e640a3c342d5c.tar.xz sora-testing-bfe7105663abd736954e0bea7d6e640a3c342d5c.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index c6e06f5..8e5e1a7 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -71,14 +71,6 @@ struct PostGridView: View { } if manager.isLoading { ToolbarItem { ProgressView() } } - - #if DEBUG - if manager.historyIndex < manager.searchHistory.count { - ToolbarItem { - Text("\(manager.historyIndex + 1)/\(manager.searchHistory.count)") - } - } - #endif #endif PlatformSpecificToolbarItem { |