OS: Windows 10
GUI version: Monero GUI v0.13.0.3
I have successfully synchronised daemon and wallet blocks are now syncing:

However, while wallet blocks sync I am having the below notification when running Monero GUI:
2018-10-29 10:31:29.394 [P2P3] WARN global src/p2p/net_node.inl:1338 [1;31mNo incoming connections - check firewalls/routers allow port 18080[0m
Screenshot:

I am using Windows Defender and I have allowed the port as requested (18080) - and whitelisted Monero GUI.
Screenshot (Port):

Screenshot (Whitelist):

Thanks for any advice, which would be greatly appreciated.
First note that the GUI (and the integrated daemon (monerod)) will still function properly without any incoming connections. Now, to open port 18080 properly, you have to forward / open it in your router too.
Thanks 馃憤 Are you able to assist with what I need to fill in here:

Opening port 18080 allows incoming P2P connections. Like @dEBRUYNE-1 mentioned; your daemon works fine without port forwarding. Personally I sometimes get this error - I ignore it.
As for actually configuring your router to forward port 18080 to the machine on your local network; try to find some guides and/or your router's manual concerning port forwarding. In addition: Windows can block these requests so make sure the Windows firewall allows such connections (TCP and UDP).
From the screenshot you posted I can give some insight:
Service: other
External host: (leave empty if you can)
External port: 18080
Internal host: (the IP address of your machine on your local network; it will start with 192.168.1...
Internal port: 18080
Protocol should probably be UDP (?) but if you can, choose 'Both' from the dropdown menu. print_cn will help you verify your incoming connections are working.
Thanks so much for the help! It seems to be working.
Most helpful comment
Opening port 18080 allows incoming P2P connections. Like @dEBRUYNE-1 mentioned; your daemon works fine without port forwarding. Personally I sometimes get this error - I ignore it.
As for actually configuring your router to forward port 18080 to the machine on your local network; try to find some guides and/or your router's manual concerning port forwarding. In addition: Windows can block these requests so make sure the Windows firewall allows such connections (TCP and UDP).
From the screenshot you posted I can give some insight:
Service: other
External host: (leave empty if you can)
External port: 18080
Internal host: (the IP address of your machine on your local network; it will start with
192.168.1...Internal port: 18080
Protocol should probably be UDP (?) but if you can, choose 'Both' from the dropdown menu.
print_cnwill help you verify your incoming connections are working.