summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index 3ac37c12d..cf9148581 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -390,6 +390,7 @@ void gui_window_start_throbber(struct gui_window *g)
if(!g) return;
if(option_kiosk_mode) return;
+ if(g->shared->bw->browser_window_type != BROWSER_WINDOW_NORMAL) return;
if(g->tab_node && (g->shared->tabs > 1))
{
@@ -420,6 +421,7 @@ void gui_window_stop_throbber(struct gui_window *g)
if(!g) return;
if(option_kiosk_mode) return;
+ if(g->shared->bw->browser_window_type != BROWSER_WINDOW_NORMAL) return;
if(g->tab_node && (g->shared->tabs > 1))
{