mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-03 00:14:49 -05:00
Fix some flatpak typos
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"buildsystem" : "simple",
|
||||
"build-commands": [
|
||||
"sh make.sh --cflags=-DFLATPAK",
|
||||
"make install"
|
||||
"make install PREFIX=/app"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
|
||||
@@ -1007,10 +1007,7 @@ int GUIShow(const char * filename)
|
||||
button(0,0, "_Apply Patch", G_CALLBACK(a_ApplyPatch));
|
||||
button(1,0, "_Create Patch", G_CALLBACK(a_CreatePatch));
|
||||
button(0,1, "Apply and _Run", G_CALLBACK(a_ApplyRun));
|
||||
#ifdef FLATPAK
|
||||
gtk_widget_set_sensitive(button, false);
|
||||
gtk_widget_set_tooltip_text(button, "Running in emulators is not available in Flatpak");
|
||||
#endif
|
||||
flatpakDisable(button);
|
||||
button(1,1, "_Settings", G_CALLBACK(a_ShowSettings));
|
||||
#undef button
|
||||
|
||||
|
||||
Reference in New Issue
Block a user