Add ability to import icon packs (WIP)
This commit is contained in:
parent
c100cd3cfb
commit
3770248143
@ -251,6 +251,8 @@ public class SettingsFragment extends NamedFragment {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
binding.settingsLoadIconPack.setOnClickListener(v -> ((MainActivity) requireActivity()).promptPickIconPackLoad());
|
||||||
|
|
||||||
return binding.getRoot();
|
return binding.getRoot();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user