Commit c561dcc3 authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix simple prefs http-password if user just hits enter

parent a66825ca
......@@ -1113,6 +1113,8 @@ static inline void save_module_list(intf_thread_t * p_intf, id object, const cha
else if (notificationObject == o_video_snap_folder_fld ||
notificationObject == o_video_snap_prefix_fld)
b_videoSettingChanged = YES;
else if (notificationObject == o_intf_luahttppwd_fld)
b_intfSettingChanged = YES;
}
- (IBAction)showFontPicker:(id)sender
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment