Jump to content

Featured Replies

Posted

When developing an application, I do not know why, but the Application icon on the left side next to the App name, is not showing for me. I have done several different iterations of name for FontAwesome icons, and none of them show up. I do not know what is wrong. Here is my code and a picture:

Application.php

/**
     * [Node] Get Icon for tree
     *
     * @note	Return the class for the icon (e.g. 'globe')
     * @return	string
     */
    protected function get__icon(): string
    {
		//none of these work, no matter what name I put....
        return 'sticky-note';
        return 'house';
        return 'thumbs-up';
        return 'cloud';
        return 'comment';
    }

Screenshot 2025-05-07 103717.png

What am I doing wrong?

Solved by Daniel F

Go to solution
  • Author

Ah!! Gotcha! 😁 Thanks for the tip! 👍

Recently Browsing 0

  • No registered users viewing this page.