You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -309,14 +311,14 @@ private function installTheme()
309
311
}, 0);
310
312
311
313
$total = 0;
312
-
$input = (int) $this->listChoice('Which Backpack theme would you like to install? <fg=gray>(enter option number: 1, 2 or 3)</>', $this->themes()->toArray());
314
+
$input = (int) $this->listChoice('Which Backpack theme would you like to install? <fg=gray>(enter option number: 1, 2 or 3)</>', $this->themes()->toArray(), 1);
313
315
314
316
if ($input < 1 || $input > $this->themes()->count()) {
315
317
$this->deleteLines(3);
316
-
$this->note('Skipping installing a theme.');
318
+
$this->note('Unknown theme. Using default theme value.');
0 commit comments