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 a39f903 commit cb6fdbbCopy full SHA for cb6fdbb
1 file changed
src/Application.vala
@@ -63,6 +63,7 @@ public class TextShine : Gtk.Application {
63
64
// Add the application-specific icons
65
weak IconTheme default_theme = IconTheme.get_for_display( Display.get_default() );
66
+ default_theme.add_resource_path( "/io/github/phase1geo/textshine" );
67
default_theme.add_resource_path( "/io/github/phase1geo/textshine/images/icons/hicolor" );
68
69
// Create the main window
0 commit comments