mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 08:39:06 +00:00
import_dialog: UI improvements
1. A warning regarding system data and system archives are added 2. Disable button when nothing is selected
This commit is contained in:
@@ -46,6 +46,9 @@ private:
|
||||
// TODO: Is there a more elegant way of doing the same?
|
||||
bool program_trigger = false;
|
||||
|
||||
// Whether the System Archive / System Data warning has been shown
|
||||
bool warning_shown = false;
|
||||
|
||||
// TODO: Why this won't work as locals?
|
||||
Core::ContentSpecifier current_content = {};
|
||||
u64 current_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user