mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
feat: Added option to copy custom encoding strings from hex view
This commit is contained in:
@@ -132,6 +132,10 @@ namespace hex::plugin::builtin::ui {
|
||||
this->m_characterCellPadding = characterCellPadding;
|
||||
}
|
||||
|
||||
[[nodiscard]] const std::optional<EncodingFile>& getCustomEncoding() const {
|
||||
return this->m_currCustomEncoding;
|
||||
}
|
||||
|
||||
void setCustomEncoding(EncodingFile encoding) {
|
||||
this->m_currCustomEncoding = std::move(encoding);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user