Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14bd6888 authored by Robert Ginda's avatar Robert Ginda Committed by Gerrit Code Review
Browse files

Merge "Silencing bug-reports for wear."

parents af3a7d09 55ecebd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2801,6 +2801,7 @@ static void SetOptionsFromMode(Dumpstate::BugreportMode mode, Dumpstate::DumpOpt
            options->do_screenshot = false;
            options->do_screenshot = false;
            break;
            break;
        case Dumpstate::BugreportMode::BUGREPORT_WEAR:
        case Dumpstate::BugreportMode::BUGREPORT_WEAR:
            options->do_vibrate = false;
            options->do_progress_updates = true;
            options->do_progress_updates = true;
            options->do_screenshot = is_screenshot_requested;
            options->do_screenshot = is_screenshot_requested;
            break;
            break;