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

Commit 748a9a46 authored by Robert Ginda's avatar Robert Ginda Committed by Automerger Merge Worker
Browse files

Merge "Silencing bug-reports for wear." am: 14bd6888 am: 7e78c85b am: 76070ce7 am: 74932011

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