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 75659da commit cb1587eCopy full SHA for cb1587e
ui/src/main.vala
@@ -2,10 +2,8 @@ using Gtk;
2
3
int main (string[] args) {
4
Gtk.init (ref args);
5
-
6
var window = new SecurityModeWindow ();
7
window.show_all ();
8
9
Gtk.main ();
10
return 0;
11
}
0 commit comments