mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Desktop settings button now shows when using shift-full screen (#4326)
This commit is contained in:
		
							parent
							
								
									4f89501285
								
							
						
					
					
						commit
						ae112c64e3
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -8540,7 +8540,6 @@
 | 
				
			||||||
            QV('DeskBackgroundButton', inputAllowed && (deskState == 3) && (desktop.contype == 1) && (currentNode.agent) && (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && online);
 | 
					            QV('DeskBackgroundButton', inputAllowed && (deskState == 3) && (desktop.contype == 1) && (currentNode.agent) && (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && online);
 | 
				
			||||||
            QV('DeskControlSpan', inputAllowed)
 | 
					            QV('DeskControlSpan', inputAllowed)
 | 
				
			||||||
            QV('DeskRefreshButton', (deskState == 3) && (desktop.contype == 1))
 | 
					            QV('DeskRefreshButton', (deskState == 3) && (desktop.contype == 1))
 | 
				
			||||||
            QV('deskActionsSettings', (browserfullscreen == false));
 | 
					 | 
				
			||||||
            if (rights & 8) { Q('DeskControl').checked = (getstore('DeskControl', 1) == 1); } else { Q('DeskControl').checked = false; }
 | 
					            if (rights & 8) { Q('DeskControl').checked = (getstore('DeskControl', 1) == 1); } else { Q('DeskControl').checked = false; }
 | 
				
			||||||
            QS('DeskControlSpan').color = Q('DeskControl').checked?null:'red';
 | 
					            QS('DeskControlSpan').color = Q('DeskControl').checked?null:'red';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue