Commit e04588ce authored by Mygod's avatar Mygod

Fix styles

parent 912eac6c
......@@ -394,7 +394,8 @@ class ProfilesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener {
true
}
R.id.action_manual_settings -> {
startConfig(ProfileManager.createProfile(Profile().also { app.currentProfile?.copyFeatureSettingsTo(it) }))
startConfig(ProfileManager.createProfile(
Profile().also { app.currentProfile?.copyFeatureSettingsTo(it) }))
true
}
R.id.action_export_clipboard -> {
......
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