elevenhsoft / WebApps

Web applications at your fingertips.
GNU General Public License v3.0
84 stars 7 forks source link

Window title is empty #19

Closed mmstick closed 3 months ago

mmstick commented 3 months ago

Applications should invoke the Application::set_window_title() command to set their window titles.

elevenhsoft commented 3 months ago

Ah right. I was used to use title() method to set title in app, but totally forgot this in libcosmic. Thank you!