Set program name to fix wayland icon issue

This commit is contained in:
Integral 2024-06-19 23:51:04 +08:00
parent 71d74937df
commit 8ed35b1c22
No known key found for this signature in database
GPG Key ID: 06313911057DD5A8

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;