Skip to content

Commit 00965fb

Browse files
committed
minute changes
1 parent 644ac86 commit 00965fb

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ It is also present in the elementary OS appcenter (the online version of it, app
2727
Jorts is a cute simple little notes app, and i wanna keep it this way
2828

2929
right now im working on:
30-
- Verify the app on flathub
3130
- a proper debounce for saving when user changes a note content
3231
- Maybe an option to show window title buttons, because now this is on flathub i may get flak from users about the lack of it
3332
- Probably some cleaner code if i come around to it

jorts.ico

-26.6 KB
Binary file not shown.

src/Preferences.vala

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -201,32 +201,6 @@ namespace jorts {
201201
permissions_box.append (permissions_link);
202202
settingsbox.append(permissions_box);
203203

204-
// Not Pantheon... check if the windows port ?
205-
} else if (Environment.get_variable ("OS") == "Windows_NT") {
206-
207-
var link = "https://support.microsoft.com/en-gb/windows/configure-startup-applications-in-windows-115a420a-0bff-4a6f-90e0-1934c844e473" ;
208-
var linkname = _("Microsoft support") ;
209-
210-
var permissions_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 6);
211-
var permissions_link = new Gtk.LinkButton.with_label (
212-
link,
213-
linkname
214-
);
215-
216-
// _("Applications → Permissions")
217-
permissions_link.tooltip_text = link;
218-
permissions_link.halign = Gtk.Align.END;
219-
220-
var permissions_label = new Granite.HeaderLabel (_("Allow to start at login")) {
221-
mnemonic_widget = permissions_link,
222-
secondary_text = _("You can set the sticky notes to appear when you log in by adding Jorts to autostart")
223-
};
224-
permissions_label.set_hexpand (true);
225-
226-
permissions_box.append (permissions_label);
227-
permissions_box.append (permissions_link);
228-
settingsbox.append(permissions_box);
229-
230204
// Not Pantheon, not the Windows port. Must be a rando DE
231205
} else {
232206

0 commit comments

Comments
 (0)