feat: allow donation-uploads while in offline-mode
This commit is contained in:
@@ -983,6 +983,12 @@ namespace AndroidSideloader
|
||||
{
|
||||
ADB.WakeDevice();
|
||||
|
||||
if (!HasInternet)
|
||||
{
|
||||
notify("You are not connected to the Internet!");
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_combo.SelectedIndex == -1)
|
||||
{
|
||||
notify("Please select an app first");
|
||||
|
||||
Reference in New Issue
Block a user