You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now GUI dialogs in K95G are an all-or-nothing situation. The set gui dialogs command (GUI_DIA) just takes an on or off, setting the global gui_dialog on or off. This governs at least the following:
uq_ok (message-box)
uq_txt (user query, single line text response including passwords)
uq_mtxt (user query, multiple single line text responses)
uq_file (get file or directory name)
It might be nice if you could turn some of these on/off individually. Eg, a GUI dialog for saving/loading files, text-mode popups for entering usernames and passwords, etc.
The text was updated successfully, but these errors were encountered:
Right now GUI dialogs in K95G are an all-or-nothing situation. The
set gui dialogs
command (GUI_DIA
) just takes an on or off, setting the globalgui_dialog
on or off. This governs at least the following:It might be nice if you could turn some of these on/off individually. Eg, a GUI dialog for saving/loading files, text-mode popups for entering usernames and passwords, etc.
The text was updated successfully, but these errors were encountered: