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 855f4f1 commit 23ede5fCopy full SHA for 23ede5f
src/Application.vala
@@ -10,7 +10,6 @@ public class Application : Gtk.Application {
10
11
public static uint created_documents = 1;
12
public static string data_dir_path = Environment.get_user_data_dir () + "/slate";
13
- public bool newdocument = false;
14
15
public Application () {
16
Object (
0 commit comments