Make window_name variable local in restoring func
In restore_window_properties function, the window_name is set globally at first, but now it is first declared as local to prevent that from happening.
Please register or sign in to comment
In restore_window_properties function, the window_name is set globally at first, but now it is first declared as local to prevent that from happening.