Skip to content

Commit

Permalink
* - small bruh moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Jan 30, 2020
1 parent 81bfc83 commit 8fedad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace Niu {
set_labels ();

int x = Niu.Application.gsettings.get_int("window-x");
int y = Niu.Application.gsettings.get_int("window-x");
int y = Niu.Application.gsettings.get_int("window-y");
if (x != -1 && y != -1) {
move (x, y);
}
Expand Down

0 comments on commit 8fedad4

Please sign in to comment.