Skip to content

Commit

Permalink
Publish by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Oct 4, 2023
1 parent cec6870 commit a3e6a3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ auto mf::get_standard_extensions() -> std::vector<std::string>
mw::XdgOutputManagerV1::interface_name,
mw::TextInputManagerV1::interface_name,
mw::TextInputManagerV2::interface_name,
mw::TextInputManagerV3::interface_name};
mw::TextInputManagerV3::interface_name,
mw::MirShellV1::interface_name};
}

auto mf::get_supported_extensions() -> std::vector<std::string>
Expand Down

0 comments on commit a3e6a3e

Please sign in to comment.