mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Fix grid scrolling.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
int dlIndex: The Download index.
|
||||
*/
|
||||
ArgumentParser::ArgumentParser(const std::string &file, const std::string &entry, int dlIndex) {
|
||||
if (dlIndex != -1 || file != "") {
|
||||
if (dlIndex != -1 && file != "") {
|
||||
this->file = file;
|
||||
this->entry = entry;
|
||||
this->dlIndex = dlIndex;
|
||||
|
||||
Reference in New Issue
Block a user