[olympic] Add support for an AppLib app specific version
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (push) Successful in 2m20s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (push) Successful in 2m20s
				
			This commit is contained in:
		@@ -7,10 +7,14 @@
 | 
			
		||||
#include <studio/imguiuitl.hpp>
 | 
			
		||||
#include "aboutpopup.hpp"
 | 
			
		||||
 | 
			
		||||
namespace olympic {
 | 
			
		||||
extern ox::String s_version;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
namespace studio {
 | 
			
		||||
 | 
			
		||||
AboutPopup::AboutPopup(turbine::Context &ctx) noexcept {
 | 
			
		||||
	m_text = ox::sfmt("{} - dev build", keelCtx(ctx).appName);
 | 
			
		||||
	m_text = ox::sfmt("{} - {}", keelCtx(ctx).appName, olympic::s_version);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void AboutPopup::open() noexcept {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user