Add indent to gui_settings.rs for formatting issue

pull/1046/head
Nick Gallimore 10 months ago committed by GitHub
parent 972f510bd6
commit b72fdc369c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -241,7 +241,7 @@ impl GuiSettings {
self.check_button_settings_similar_videos_delete_outdated_cache
.set_label(Some(&flg!("settings_multiple_delete_outdated_cache_checkbutton")));
self.button_settings_similar_videos_clear_cache
.set_label(&flg!("button_settings_similar_videos_clear_cache"));
.set_label(&flg!("button_settings_similar_videos_clear_cache"));
self.check_button_settings_similar_videos_delete_outdated_cache
.set_tooltip_text(Some(&flg!("settings_multiple_delete_outdated_cache_checkbutton_tooltip")));

Loading…
Cancel
Save