summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index f25ba12ba..afef14887 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -389,6 +389,7 @@ void gui_window_start_throbber(struct gui_window *g)
ULONG cur_tab = 0;
if(!g) return;
+ if(option_kiosk_mode) return;
if(g->tab_node && (g->shared->tabs > 1))
{
@@ -418,6 +419,7 @@ void gui_window_stop_throbber(struct gui_window *g)
ULONG cur_tab = 0;
if(!g) return;
+ if(option_kiosk_mode) return;
if(g->tab_node && (g->shared->tabs > 1))
{