File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 4343
4444
4545 <releases >
46+ <release version =" 1.0.1" date =" 2024-02-27" >
47+ <description >
48+ <ul >
49+ <li >Fixes screenshot not showing in AppCenter</li >
50+ <li >Increases default window size</li >
51+ </ul >
52+ </description >
53+ </release >
4654 <release version =" 1.0.0" date =" 2024-02-23" >
4755 <description >
4856 <ul >
Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ public class Larawan.App : Gtk.Application {
1717 }
1818
1919 public static int main (string [] args ) {
20+ Granite . init ();
2021 var app = new Larawan .App ();
2122 return app. run (args);
2223 }
2324
2425 public override void startup () {
2526 base . startup ();
26- Granite . init ();
27+ // Granite.init ();
2728 }
2829
2930 protected override void activate () {
You can’t perform that action at this time.
0 commit comments