"MainWindow","Options have been disabled because they either aren\'t applicable or because they haven\'t yet been implemented for your operating system."))
ifnotshared.config.has_option('bitmessagesettings','identiconsuffix'):# acts as a salt
shared.config.set('bitmessagesettings','identiconsuffix',''.join(random.choice("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz")forxinrange(12)))# a twelve character pseudo-password to salt the identicons
# Since we've added a new config entry, let's write keys.dat to disk.