File tree Expand file tree Collapse file tree 4 files changed +2
-14
lines changed Expand file tree Collapse file tree 4 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ namespace Reminduck {
7474 granite_settings. prefers_color_scheme == DARK
7575 );
7676 });
77-
78-
79-
8077 }
8178
8279 public static int main (string [] args ) {
@@ -259,7 +256,6 @@ namespace Reminduck {
259256 }
260257 }
261258
262-
263259 public class Quack : Object {
264260 public Quack () {
265261 var m = Gtk . MediaFile . for_resource(" /io/github/ellie_commons/reminduck/quack.ogg" );
@@ -276,5 +272,4 @@ namespace Reminduck {
276272 m. play();
277273 }
278274 }
279-
280275}
Original file line number Diff line number Diff line change @@ -32,5 +32,4 @@ namespace Reminduck.Utils {
3232
3333 stdout. printf (" \n 🚀 Removed autostart" );
3434 }
35-
36- }
35+ }
Original file line number Diff line number Diff line change @@ -42,11 +42,5 @@ public class Reminduck.Views.WelcomeView : Gtk.Box {
4242 _ ("View Reminders "),
4343 _ ("See reminders you 've created "
4444 ));
45-
46-
47-
48-
49-
50-
5145 }
5246}
Original file line number Diff line number Diff line change 11
22
33public class Reminduck.Widgets.SettingsPopover : Gtk .Popover {
4- construct {
54
5+ construct {
66 var view = new Gtk .Box (Gtk . Orientation . VERTICAL , 18 ) {
77 margin_bottom = margin_start = margin_end = 18 ,
88 vexpand = true ,
You can’t perform that action at this time.
0 commit comments