Skip to content

Commit 5a8a685

Browse files
committed
Added release 1.0.1 in metainfo
1 parent 46c8d3c commit 5a8a685

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/io.github.xchan14.larawan.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@
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>

src/Application.vala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 () {

0 commit comments

Comments
 (0)