We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd672b commit dbd4fc8Copy full SHA for dbd4fc8
src/AppSystem/Launcher.vala
@@ -60,6 +60,7 @@ public class Dock.Launcher : BaseItem {
60
}
61
62
63
+ private Gtk.Box running_box;
64
private Gtk.Image image;
65
private Gtk.Label badge;
66
private Gtk.Revealer progress_revealer;
src/BaseItem.vala
@@ -54,7 +54,6 @@ public class Dock.BaseItem : Gtk.Box {
54
55
protected Gtk.Overlay overlay;
56
protected Gtk.GestureClick gesture_click;
57
- protected Gtk.Box running_box;
58
59
protected Granite.Bin bin { get; private set; }
0 commit comments