Extensions: Use the INTERNET_OFFLINE icon for the offline mode message
This commit is contained in:
@@ -3352,7 +3352,7 @@ class WM_MT_splash(Menu):
|
||||
layout.separator()
|
||||
|
||||
if (not bpy.app.online_access) and bpy.app.online_access_override:
|
||||
self.layout.label(text="Running in Offline Mode", icon='INTERNET')
|
||||
self.layout.label(text="Running in Offline Mode", icon='INTERNET_OFFLINE')
|
||||
|
||||
layout.separator()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user