|
|
@@ -463,12 +463,12 @@ enum WidgetTemplates {
|
|
|
]
|
|
|
case .remoteDesktop:
|
|
|
return [
|
|
|
- v("remote_small", "Remote", .small, false, .actionsRow, [
|
|
|
+ v("remote_small", "Remote", .small, true, .actionsGrid(columns: 1), [
|
|
|
a("access", "Remote access", "desktopcomputer", "/access"),
|
|
|
a("support", "Support", "person.crop.circle", "/support"),
|
|
|
a("downloads", "Downloads", "arrow.down.circle", "/"),
|
|
|
]),
|
|
|
- v("remote_large", "Remote Desktop", .large, true, .actionsGrid(columns: 2), [
|
|
|
+ v("remote_large", "Remote Desktop", .medium, true, .actionsGrid(columns: 2), [
|
|
|
a("access", "Remote access", "desktopcomputer", "/access"),
|
|
|
a("support", "Support", "person.crop.circle", "/support"),
|
|
|
a("downloads", "Downloads", "arrow.down.circle", "/"),
|