| @@ -441,8 +441,12 @@ | ||
| 441 | 441 | // Every shell of the network offers it: managing the network is the |
| 442 | 442 | // super admin's job wherever they stand, and each row is a way to |
| 443 | 443 | // another site. |
| 444 | 444 | ->admin( 'any' ) |
| 445 | + // A desktop icon rather than a dock tile, like WP Explorer: the icon | |
| 446 | + // has its own row in Preferences > Navigation. | |
| 447 | + ->placement( 'none' ) | |
| 448 | + ->desktop_icon() | |
| 445 | 449 | ->can( __NAMESPACE__ . '\\can_use' ) |
| 446 | 450 | ->state( |
| 447 | 451 | array( |
| 448 | 452 | 'url' => '', |