소스 검색

Remove Google Search small widget variant

Keep medium (Google Shortcuts) and large (Full Search) only.

Made-with: Cursor
huzaifahayat12 3 달 전
부모
커밋
f3b0ebcb06
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      google_apps/Widgets/WidgetTemplates.swift

+ 0 - 5
google_apps/Widgets/WidgetTemplates.swift

@@ -269,11 +269,6 @@ enum WidgetTemplates {
             ]
         case .search:
             return [
-                v("search_small", "Search", .small, false, .actionsRow, [
-                    a("web", "Web", "globe", "/"),
-                    a("images", "Images", "photo", "https://www.google.com/imghp"),
-                    a("maps", "Maps", "map", "https://maps.google.com/maps"),
-                ]),
                 v("search_medium", "Google Shortcuts", .medium, true, .actionsGrid(columns: 2), [
                     a("web", "Web", "globe", "/"),
                     a("images", "Images", "photo", "https://www.google.com/imghp"),