API key not needed at compile time instead read from file on run
This commit is contained in:
@@ -43,6 +43,14 @@ Adw.ApplicationWindow mainWindow {
|
||||
label: "Wince is powered by Yelp";
|
||||
}
|
||||
|
||||
Gtk.Label configNotFoundText {
|
||||
halign: center;
|
||||
valign: center;
|
||||
vexpand: true;
|
||||
visible: false;
|
||||
label: "API key not found. You must place your yelp api key in ~/.config/wince/api_key";
|
||||
}
|
||||
|
||||
Adw.Leaflet leaflet {
|
||||
can-navigate-forward: false;
|
||||
can-navigate-back: true;
|
||||
|
||||
Reference in New Issue
Block a user