Skip to content

Commit

Permalink
auto icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksengine committed Oct 20, 2020
1 parent e9573f8 commit e4efec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def create_window(title, url=None, html=None, js_api=None, width=800, height=600
window = Window(uid, make_unicode(title), url, html,
width, height, x, y, resizable, fullscreen, min_size, hidden,
frameless, easy_drag, minimized, on_top, confirm_close, background_color,
js_api, text_select, transparent,auto_title)
js_api, text_select, transparent, auto_title, auto_icon)

windows.append(window)

Expand Down

0 comments on commit e4efec1

Please sign in to comment.