GUI: some improvements
- mobile UI work - highlight channel at cursor in orders
This commit is contained in:
parent
086d9a12b0
commit
bd77bd0a81
6 changed files with 24 additions and 5 deletions
|
|
@ -3896,8 +3896,12 @@ bool FurnaceGUI::loop() {
|
|||
if (fileDialog->isError()) {
|
||||
#if defined(_WIN32) || defined(__APPLE__)
|
||||
showError("there was an error in the file dialog! you may want to report this issue to:\nhttps://github.com/tildearrow/furnace/issues\ncheck the Log Viewer (window > log viewer) for more information.\n\nfor now please disable the system file picker in Settings > General.");
|
||||
#else
|
||||
#ifdef ANDROID
|
||||
showError("can't do anything without Storage permissions!");
|
||||
#else
|
||||
showError("Zenity/KDialog not available!\nplease install one of these, or disable the system file picker in Settings > General.");
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
if (fileDialog->accepted()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue