Skip to content

Commit

Permalink
fix flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Oct 30, 2019
1 parent c56e648 commit 6c825bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
14 changes: 2 additions & 12 deletions data/com.github.alainm23.byte.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<binary>com.github.alainm23.byte</binary>
</provides>
​<releases>
<release version="0.1.11" date="2019-30-09">
<release version="0.1.12" date="2019-30-09">
<description>
<ul>
<li>Fix LINGUAS error @ryonakano</li>
Expand All @@ -32,17 +32,7 @@
</ul>
</description>
</release>

<release version="0.1.10" date="2019-30-09">
<description>
<ul>
<li>Fix LINGUAS error @ryonakano</li>
<li>Added Dutch translation @Vistaus</li>
<li>Updated Russian translation @camellan</li>
</ul>
</description>
</release>


<release version="0.1.9" date="2019-29-09">
<description>
<ul>
Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ Source: com.github.alainm23.byte
Section: x11
Priority: extra
Maintainer: Alain M. <[email protected]>
Build-Depends: appstream,
debhelper (>= 9),
Build-Depends: debhelper (>= 9),
desktop-file-utils,
libgranite-dev,
libjson-glib-dev,
Expand Down
3 changes: 3 additions & 0 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ public class Byte : Gtk.Application {
Gtk.StyleContext.add_provider_for_screen (Gdk.Screen.get_default (), provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);

utils.apply_theme (Byte.settings.get_enum ("theme"));

Gtk.Settings.get_default().set_property("gtk-icon-theme-name", "elementary");
Gtk.Settings.get_default().set_property("gtk-theme-name", "elementary");
}

public void toggle_playing_action_enabled (bool b) {
Expand Down

0 comments on commit 6c825bf

Please sign in to comment.