Skip to content

Commit

Permalink
Sui(impl): show different channel list in join popover
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Dec 20, 2017
1 parent 00f8952 commit ad82dd5
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 179 deletions.
2 changes: 1 addition & 1 deletion src/sui/srain_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static void srain_app_class_init(SrainAppClass *class){

SrainApp* srain_app_new(void){
return g_object_new(SRAIN_TYPE_APP,
"application-id", "org.srain.srain",
"application-id", "org.srain.srain-dev",
"flags", G_APPLICATION_HANDLES_COMMAND_LINE,
NULL);
}
Expand Down
Loading

0 comments on commit ad82dd5

Please # to comment.