Skip to content

Commit cb6fdbb

Browse files
committed
Cleaning up Application class.
1 parent a39f903 commit cb6fdbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Application.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public class TextShine : Gtk.Application {
6363

6464
// Add the application-specific icons
6565
weak IconTheme default_theme = IconTheme.get_for_display( Display.get_default() );
66+
default_theme.add_resource_path( "/io/github/phase1geo/textshine" );
6667
default_theme.add_resource_path( "/io/github/phase1geo/textshine/images/icons/hicolor" );
6768

6869
// Create the main window

0 commit comments

Comments
 (0)