Change app-id to me.gapixels.Megapixels
This commit is contained in:
@@ -44,8 +44,6 @@
|
||||
RENDERDOC_API_1_1_2 *rdoc_api = NULL;
|
||||
#endif
|
||||
|
||||
#define APP_ID "org.postmarketos.Megapixels"
|
||||
|
||||
mp_state_main state;
|
||||
|
||||
static MPProcessPipelineBuffer *current_preview_buffer = NULL;
|
||||
@@ -576,7 +574,7 @@ run_about_action(GSimpleAction *action, GVariant *param, GApplication *app)
|
||||
"title",
|
||||
"Megapixels",
|
||||
"logo-icon-name",
|
||||
"org.postmarketos.Megapixels",
|
||||
"me.gapixels.Megapixels",
|
||||
"comments",
|
||||
"The postmarketOS camera application",
|
||||
"website",
|
||||
@@ -1234,7 +1232,7 @@ activate(GtkApplication *app, gpointer data)
|
||||
gtk_application_set_accels_for_action(app, "app.quit", quit_accels);
|
||||
|
||||
// Setup settings
|
||||
settings = g_settings_new("org.postmarketos.Megapixels");
|
||||
settings = g_settings_new(APP_ID);
|
||||
char *setting_postproc = g_settings_get_string(settings, "postprocessor");
|
||||
|
||||
// Initialize the postprocessing gsetting to the old processor if
|
||||
|
Reference in New Issue
Block a user