mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
ci-gui: don't attempt to install if no titles are added
This commit is contained in:
@@ -343,6 +343,9 @@ class CustomInstallGUI(ttk.Frame):
|
|||||||
self.log('Starting install...')
|
self.log('Starting install...')
|
||||||
|
|
||||||
cias = self.cia_listbox.get(0, tk.END)
|
cias = self.cia_listbox.get(0, tk.END)
|
||||||
|
if not len(cias):
|
||||||
|
self.show_error('There are no titles added to install.')
|
||||||
|
return
|
||||||
|
|
||||||
installer = CustomInstall(boot9=boot9,
|
installer = CustomInstall(boot9=boot9,
|
||||||
seeddb=seeddb,
|
seeddb=seeddb,
|
||||||
|
|||||||
Reference in New Issue
Block a user