Skip to content

Commit

Permalink
Bug fix for updating apps
Browse files Browse the repository at this point in the history
  • Loading branch information
hidude562 authored Feb 5, 2023
1 parent 4cdb368 commit 90c7e6c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions jApps/src/components/jApps.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.lang.reflect.Array;
import java.nio.file.Files;
import java.util.ArrayList;
import java.util.Map;

import java.net.URL;
import java.io.InputStream;
import java.nio.file.Path;
import com.google.gson.Gson;
import com.google.gson.internal.LinkedTreeMap;


// TODO: Add uninstall feature
Expand Down Expand Up @@ -131,8 +127,8 @@ public jApps() {
add(buttonPane, BorderLayout.PAGE_END);
add(topButtonPane, BorderLayout.PAGE_START);

sortList();
checkForUSB();
sortList();
updateDescription();

}
Expand Down Expand Up @@ -313,4 +309,4 @@ public void run() {
}
});
}
}
}

0 comments on commit 90c7e6c

Please sign in to comment.