Skip to content

Commit a61b452

Browse files
authored
scx-manager: add scx_cake (#6)
* Add 'scx_cake' to supported scheduling profiles * Fix formatting of supported_scheds array
1 parent 055aac5 commit a61b452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schedext-window-internal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ void SchedExtWindow::on_sched_changed() noexcept {
234234
// NOTE: only some support different preset profiles at
235235
// the moment.
236236
using namespace std::string_view_literals;
237-
constexpr std::array supported_scheds{"scx_bpfland"sv, "scx_lavd"sv, "scx_flash"sv, "scx_p2dq"sv, "scx_tickless"sv, "scx_cosmos"sv};
237+
constexpr std::array supported_scheds{"scx_bpfland"sv, "scx_lavd"sv, "scx_flash"sv, "scx_p2dq"sv, "scx_tickless"sv, "scx_cosmos"sv, "scx_cake"sv};
238238
if (std::ranges::any_of(supported_scheds, [&](auto&& supported_sched) { return supported_sched == scheduler; })) {
239239
m_ui->scheduler_profile_select_label->setVisible(true);
240240
m_ui->schedext_profile_combo_box->setVisible(true);

0 commit comments

Comments
 (0)