[olympic] Change olympic::s_version to olympic::appVersion
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (push) Successful in 2m17s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (push) Successful in 2m17s
				
			This commit is contained in:
		@@ -8,13 +8,13 @@
 | 
			
		||||
#include "aboutpopup.hpp"
 | 
			
		||||
 | 
			
		||||
namespace olympic {
 | 
			
		||||
extern ox::String s_version;
 | 
			
		||||
extern ox::String appVersion;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
namespace studio {
 | 
			
		||||
 | 
			
		||||
AboutPopup::AboutPopup(turbine::Context &ctx) noexcept {
 | 
			
		||||
	m_text = ox::sfmt("{} - {}", keelCtx(ctx).appName, olympic::s_version);
 | 
			
		||||
	m_text = ox::sfmt("{} - {}", keelCtx(ctx).appName, olympic::appVersion);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void AboutPopup::open() noexcept {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user