Преглед изворни кода

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"),