mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
feat: Support for building ImHex for the web (#1328)
Co-authored-by: WerWolv <werwolv98@gmail.com> Co-authored-by: AnnsAnn <git@annsann.eu>
This commit is contained in:
@@ -44,7 +44,7 @@ namespace hex {
|
||||
executeCmd({"zenity", "--error", "--text", message});
|
||||
} else if(isFileInPath("notify-send")) {
|
||||
executeCmd({"notify-send", "-i", "script-error", "Error", message});
|
||||
} // hopefully one of these commands is installed
|
||||
} // Hopefully one of these commands is installed
|
||||
}
|
||||
|
||||
void Window::initNative() {
|
||||
|
||||
Reference in New Issue
Block a user