mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Only set the dialog title if not already set in the extension (#9858)
Only set the dialog title if not already set in the extension.
This commit is contained in:
		@@ -147,7 +147,7 @@ class SourcePreferencesFragment : PreferenceFragmentCompat() {
 | 
			
		||||
        sourceScreen.forEach { pref ->
 | 
			
		||||
            pref.isIconSpaceReserved = false
 | 
			
		||||
            pref.isSingleLineTitle = false
 | 
			
		||||
            if (pref is DialogPreference) {
 | 
			
		||||
            if (pref is DialogPreference && pref.dialogTitle.isNullOrEmpty()) {
 | 
			
		||||
                pref.dialogTitle = pref.title
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user