extension: fix module query
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
719fb359fe
commit
3f15b8a5ed
1 changed files with 1 additions and 5 deletions
|
@ -47,10 +47,6 @@ namespace MediaPlayer {
|
|||
|
||||
[CCode (cname = "g_io_phosh_plugin_media_player_query")]
|
||||
public static string[] query () {
|
||||
StrvBuilder builder = new StrvBuilder ();
|
||||
|
||||
builder.add ("phosh-quick-setting-widget");
|
||||
builder.add ("phosh-lockscreen-widget");
|
||||
return builder.end ();
|
||||
return { "phosh-quick-setting-widget", "phosh-lockscreen-widget" };
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue