Merge pull request #409 from Integral-Tech/fix-wayland-icon

Set program name to fix wayland icon issue
This commit is contained in:
Lakindu Akash 2024-06-22 11:52:34 +05:30 committed by GitHub
commit a73b7c9f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;