Skip to content

Commit 44b33e2

Browse files
committed
remove typo
1 parent f83a8b7 commit 44b33e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Window.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public class Wallpaperize.Window : Gtk.ApplicationWindow {
163163
private void validate () {
164164
int w = Wallpaperiser.W;
165165
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;
166+
run_button.sensitive = w > 0 && h > 0 && w < 15000 && h < 15000 && file != null;
167167
}
168168

169169
private void get_screen_size () {

0 commit comments

Comments
 (0)