Skip to content

Commit 2c4ef76

Browse files
committed
macos does not show prompt on uigetdir
1 parent b54ead1 commit 2c4ef76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

histoCAT/Loading_New/Load_Functions/Load_sessionData.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ function Load_sessionData(hObject, eventdata, handles)
114114

115115
%Create a custom folder to store all automatically generated files
116116
if loadflag == 1
117+
store_gate_prompt = 'Where do you want to store the custom gates?';
118+
if ~ispc
119+
uiwait(msgbox(store_gate_prompt, 'Info', 'modal'));
120+
end
117121
pathname = uigetdir('Prompt','Where do you want to store the custom gates?');
118122
custom_gatesfolder = fullfile(pathname,'custom_gates_0');
119123
if ~exist(custom_gatesfolder)

0 commit comments

Comments
 (0)