/* * Copyright (c) 2021, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #include "FindDialog.h" #include #include #include #include #include #include #include #include #include #include struct Option { String title; OptionId opt; bool enabled; bool default_action; }; static const Vector