We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83a8b7 commit 44b33e2Copy full SHA for 44b33e2
src/Window.vala
@@ -163,7 +163,7 @@ public class Wallpaperize.Window : Gtk.ApplicationWindow {
163
private void validate () {
164
int w = Wallpaperiser.W;
165
int h = Wallpaperiser.H;
166
- run_button.sensitive = w > 0 && git@github.com:a-rmz/intro-bots.gith > 0 && w < 15000 && h < 15000 && file != null;
+ run_button.sensitive = w > 0 && h > 0 && w < 15000 && h < 15000 && file != null;
167
}
168
169
private void get_screen_size () {
0 commit comments