Skip to content

Commit

Permalink
Merge pull request #409 from Integral-Tech/fix-wayland-icon
Browse files Browse the repository at this point in the history
Set program name to fix wayland icon issue
  • Loading branch information
lakinduakash committed Jun 22, 2024
2 parents 71d7493 + 8ed35b1 commit a73b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

int main(int argc, char *argv[]) {


g_set_prgname("wihotspot");
initUi(argc,argv);

return 0;
Expand Down

0 comments on commit a73b7c9

Please sign in to comment.